blob: 1559da9138d849a200ea643392a9c403106d7191 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# New ports collection makefile for: hamfax
# Date created: 7th June 2003
# Whom: Carl Makin <carl@stagecraft.cx>
#
# $FreeBSD$
PORTNAME= hamfax
PORTVERSION= 0.6.3
PORTREVISION= 1
CATEGORIES= comms audio
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
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-Qt-dir=${X11BASE} CXX="g++ ${PTHREAD_CFLAGS}" \
LIBS="-lcipher ${PTHREAD_LIBS}" CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GMAKE= yes
USE_BZIP2= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502102
BROKEN= "Configure fails"
.endif
.include <bsd.port.post.mk>
|