# $FreeBSD: head/net/openggsn/Makefile 569118 2021-03-24 13:34:35Z rene $ PORTNAME= openggsn PORTVERSION= 0.94 CATEGORIES= net MASTER_SITES= http://git.osmocom.org/${PORTNAME}/snapshot/ MAINTAINER= ports@FreeBSD.org COMMENT= Implementation of the Gateway GPRS Support Node element LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING DEPRECATED= Uses EOL Python 2.7 via devel/libosmocore EXPIRATION_DATE=2021-06-23 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