aboutsummaryrefslogtreecommitdiff
path: root/comms/gpsk31/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-12-21 20:51:09 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-12-21 20:51:09 +0000
commit63aae2fafba7e889a31ea5e5905328cab517d8bc (patch)
treec0f7e406a0bf0d65271cddda0423596c49d65393 /comms/gpsk31/Makefile
parent96f8628b6c410e0754aa2c825004e73545018604 (diff)
downloadports-63aae2fafba7e889a31ea5e5905328cab517d8bc.tar.gz
ports-63aae2fafba7e889a31ea5e5905328cab517d8bc.zip
- Update to 0.3
New version new mastersite new maincoder PR: 90592 Submitted by: Soeren Straarup <xride@x12.dk> (maintainer)
Notes
Notes: svn path=/head/; revision=151796
Diffstat (limited to 'comms/gpsk31/Makefile')
-rw-r--r--comms/gpsk31/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/comms/gpsk31/Makefile b/comms/gpsk31/Makefile
index db1f565da22c..c1b4d2ed83c8 100644
--- a/comms/gpsk31/Makefile
+++ b/comms/gpsk31/Makefile
@@ -5,15 +5,20 @@
# $FreeBSD$
PORTNAME= gpsk31
-PORTVERSION= 0.2.4a
+PORTVERSION= 0.3
CATEGORIES= comms
-MASTER_SITES= http://ftp.iasi.roedu.net/mirrors/ftp.1409.org/gpsk31/
+MASTER_SITES= http://www.qsl.net/pg4i/download/
MAINTAINER= xride@x12.dk
COMMENT= A gtk psk31 client
-USE_GNOME= gtk12
+USE_GNOME= gtk20
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
+USE_REINPLACE= yes
+post-patch:
+ @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
+
+MAN1= gpsk31.1
.include <bsd.port.mk>