aboutsummaryrefslogtreecommitdiff
path: root/net/openggsn/Makefile
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2015-12-30 07:30:35 +0000
committerThomas Zander <riggs@FreeBSD.org>2015-12-30 07:30:35 +0000
commit8e5facd2f8dd719f48e0927256b1892115b57f9f (patch)
tree9c1e6275345abd39f4e4cb76fcee6840c071c8b7 /net/openggsn/Makefile
parent21a55ded948574a8eefabd316b6e3072eff6e2f8 (diff)
downloadports-8e5facd2f8dd719f48e0927256b1892115b57f9f.tar.gz
ports-8e5facd2f8dd719f48e0927256b1892115b57f9f.zip
Update to upstream version 0.92
While on it: - Pet portlint PR: 205688 Submitted by: koue@chaosophia.net (maintainer)
Notes
Notes: svn path=/head/; revision=404803
Diffstat (limited to 'net/openggsn/Makefile')
-rw-r--r--net/openggsn/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/net/openggsn/Makefile b/net/openggsn/Makefile
index 4ca675e028fd..ed00b69cb149 100644
--- a/net/openggsn/Makefile
+++ b/net/openggsn/Makefile
@@ -1,10 +1,10 @@
# $FreeBSD$
PORTNAME= openggsn
-PORTVERSION= 0.91
+PORTVERSION= 0.92
CATEGORIES= net
-MASTER_SITES= http://chaosophia.net/downloads/osmocom/${PORTNAME}/ \
- http://ns1.chaosophia.net/downloads/osmocom/${PORTNAME}/
+MASTER_SITES= http://git.osmocom.org/${PORTNAME}/snapshot/ \
+ http://chaosophia.net/downloads/osmocom/${PORTNAME}/
MAINTAINER= koue@chaosophia.net
COMMENT= Implementation of the Gateway GPRS Support Node element
@@ -12,8 +12,12 @@ COMMENT= Implementation of the Gateway GPRS Support Node element
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+LIB_DEPENDS= libosmocore.so:${PORTSDIR}/devel/libosmocore
+
GNU_CONFIGURE= yes
-USES= autoreconf gmake libtool
+USES= autoreconf gmake libtool pkgconfig
+
+USE_LDCONFIG= yes
post-patch:
${REINPLACE_CMD} -e 's|pkgconfigdir.*|pkgconfigdir = ${PREFIX}/libdata/pkgconfig|g' \