aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/lopster/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-04-15 11:48:05 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-04-15 11:48:05 +0000
commit2f5626f4c7fd7c2052e0855d1cb798c5d96394a2 (patch)
tree27134f4816182a9a8a232ca2b1c5189a5a11007b /net-p2p/lopster/Makefile
parent891c8c793b6080999cbafd76805413911169680a (diff)
downloadports-2f5626f4c7fd7c2052e0855d1cb798c5d96394a2.tar.gz
ports-2f5626f4c7fd7c2052e0855d1cb798c5d96394a2.zip
Update to 1.2.0
PR: 49960 Submitted by: Oliver Lehmann <lehmann@ans-netz.de> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=79006
Diffstat (limited to 'net-p2p/lopster/Makefile')
-rw-r--r--net-p2p/lopster/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/net-p2p/lopster/Makefile b/net-p2p/lopster/Makefile
index 77bb5179444b..26a4c45b65c5 100644
--- a/net-p2p/lopster/Makefile
+++ b/net-p2p/lopster/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= lopster
-PORTVERSION= 1.0.1
-PORTREVISION= 2
+PORTVERSION= 1.2.0
+PORTREVISION= 0
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -21,6 +21,11 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gtk12
USE_X_PREFIX= yes
+USE_REINPLACE= yes
+CONFIGURE_ARGS= --with-pthread=yes --with-zlib=yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+post-patch:
+ @${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
+
.include <bsd.port.mk>