2006-12-22 03:47:33 +01:00
|
|
|
# New ports collection makefile for: fldigi
|
|
|
|
# Date created: December 20 2006
|
|
|
|
# Whom: Diane Bruce <db@db.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= fldigi
|
2010-11-30 02:58:38 +01:00
|
|
|
PORTVERSION= 3.12.5
|
2006-12-22 03:47:33 +01:00
|
|
|
CATEGORIES= comms hamradio
|
2008-03-17 19:23:48 +01:00
|
|
|
MASTER_SITES= http://www.w1hkj.com/fldigi-distro/ \
|
2007-02-02 00:14:06 +01:00
|
|
|
${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= db
|
2006-12-22 03:47:33 +01:00
|
|
|
|
2007-01-19 19:14:20 +01:00
|
|
|
MAINTAINER= db@FreeBSD.org
|
2006-12-22 03:47:33 +01:00
|
|
|
COMMENT= Digital decoder for psk, cw, psk31, olivia
|
|
|
|
|
2010-03-23 22:14:39 +01:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/portaudio2/libportaudio.so:${PORTSDIR}/audio/portaudio2
|
2008-08-27 01:38:27 +02:00
|
|
|
LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib \
|
2007-10-29 18:27:41 +01:00
|
|
|
sndfile:${PORTSDIR}/audio/libsndfile \
|
2009-07-28 13:45:08 +02:00
|
|
|
boost_wave:${PORTSDIR}/devel/boost-libs \
|
2010-03-23 22:14:39 +01:00
|
|
|
pulse:${PORTSDIR}/audio/pulseaudio \
|
|
|
|
fltk.1:${PORTSDIR}/x11-toolkits/fltk
|
2006-12-22 03:47:33 +01:00
|
|
|
|
2008-08-24 03:53:47 +02:00
|
|
|
USE_DOS2UNIX= yes
|
2006-12-22 03:47:33 +01:00
|
|
|
USE_GMAKE= yes
|
2009-04-13 21:12:26 +02:00
|
|
|
USE_GETTEXT= yes
|
2008-01-31 18:35:39 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-12-22 03:47:33 +01:00
|
|
|
|
2010-11-30 02:58:38 +01:00
|
|
|
MAN1= fldigi.1 flarq.1
|
2009-04-13 21:12:26 +02:00
|
|
|
|
2008-01-31 18:35:39 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
2009-01-18 01:56:45 +01:00
|
|
|
.if ${OSVERSION} < 700000
|
2008-08-27 01:38:27 +02:00
|
|
|
USE_GCC= 4.2+
|
2008-01-31 18:35:39 +01:00
|
|
|
.endif
|
2008-02-01 07:47:54 +01:00
|
|
|
.if ${ARCH} == "sparc64"
|
|
|
|
BROKEN= Fails to install
|
|
|
|
.endif
|
2008-01-31 18:35:39 +01:00
|
|
|
|
2010-03-30 09:18:04 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|png_infopp_NULL|NULL|' \
|
|
|
|
${WRKSRC}/src/widgets/picture.cxx
|
|
|
|
|
2008-01-31 18:35:39 +01:00
|
|
|
post-configure:
|
|
|
|
@${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|' \
|
2009-01-18 01:56:45 +01:00
|
|
|
-e 's|^CPPFLAGS|#CPPFLAGS|' \
|
2008-01-31 18:35:39 +01:00
|
|
|
${WRKSRC}/src/Makefile
|
|
|
|
|
|
|
|
post-install:
|
2007-02-02 00:14:06 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
2008-01-31 18:35:39 +01:00
|
|
|
@${ECHO} ""
|
2006-12-22 03:47:33 +01:00
|
|
|
${MKDIR} ${DOCSDIR}
|
2007-02-02 00:14:06 +01:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
|
|
@${ECHO} "fldigi docs installed in ${DOCSDIR}"
|
2007-09-26 00:31:04 +02:00
|
|
|
@${ECHO} ""
|
2008-01-31 18:35:39 +01:00
|
|
|
.endif
|
2006-12-22 03:47:33 +01:00
|
|
|
|
2008-01-31 18:35:39 +01:00
|
|
|
.include <bsd.port.post.mk>
|