freebsd-ports/comms/hamfax/Makefile
Martin Wilke c4c8f4be45 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 11:11:33 +00:00

28 lines
769 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= 2
CATEGORIES= comms audio hamradio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= hamfax
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=${X11BASE} 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>