1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/net/openggsn/Makefile
Steve Wills 0a352660dc net/openggsn: update to 0.94
PR:		224268
Submitted by:	Nikola Kolev <koue@chaosophia.net> (maintainer)
2017-12-12 12:49:09 +00:00

30 lines
657 B
Makefile

# $FreeBSD$
PORTNAME= openggsn
PORTVERSION= 0.94
CATEGORIES= net
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
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libosmocore.so:devel/libosmocore \
libtalloc.so:devel/talloc
GNU_CONFIGURE= yes
USES= autoreconf gmake libtool pathfix pkgconfig
USE_LDCONFIG= yes
post-patch:
${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/.tarball-version
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgtp.so.1
.include <bsd.port.mk>