mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
28 lines
768 B
Makefile
28 lines
768 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= 6
|
|
CATEGORIES= comms audio hamradio
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/HamFax%20${PORTVERSION}
|
|
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>
|