freebsd-ports/comms/hamfax/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

27 lines
720 B
Makefile

# New ports collection makefile for: hamfax
# Date created: 7th June 2003
# Whom: Carl Makin <carl@stagecraft.cx>
#
# $FreeBSD$
PORTNAME= hamfax
PORTVERSION= 0.6.4
PORTREVISION= 3
CATEGORIES= comms audio hamradio
MASTER_SITES= SF
DISTNAME= HamFax-${PORTVERSION}
MAINTAINER= carl@stagecraft.cx
COMMENT= QT application for sending and receiving facsimiles over radio
LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile
USE_QT_VER= 3
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-Qt-dir=${LOCALBASE} CXX="${CXX} ${PTHREAD_CFLAGS}" \
LIBS="${PTHREAD_LIBS}" CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GMAKE= yes
USE_BZIP2= yes
.include <bsd.port.mk>