freebsd-ports/comms/hamfax/Makefile
Diane Bruce e198e761b3 - Updates hamfax from 0.6.2 to 0.8.1, moves to QT4
PR:		ports/174228
Feature safe:	yes
2012-12-06 21:21:00 +00:00

24 lines
549 B
Makefile

# Created by: Carl Makin <carl@stagecraft.cx>
# $FreeBSD$
PORTNAME= hamfax
PORTVERSION= 0.8.1
CATEGORIES= comms audio hamradio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
MAINTAINER= carl@stagecraft.cx
COMMENT= QT application for sending and receiving facsimiles over radio
LIB_DEPENDS= audiofile:${PORTSDIR}/audio/libaudiofile
USE_QT4= gui moc_build
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GMAKE= yes
USE_BZIP2= yes
MAKE_JOBS_SAFE= yes
MAN1= hamfax.1
.include <bsd.port.mk>