mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
8e5facd2f8
While on it: - Pet portlint PR: 205688 Submitted by: koue@chaosophia.net (maintainer)
31 lines
740 B
Makefile
31 lines
740 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= openggsn
|
|
PORTVERSION= 0.92
|
|
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:${PORTSDIR}/devel/libosmocore
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= autoreconf gmake libtool pkgconfig
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|pkgconfigdir.*|pkgconfigdir = ${PREFIX}/libdata/pkgconfig|g' \
|
|
${WRKSRC}/Makefile.am
|
|
${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/.tarball-version
|
|
|
|
post-stage:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgtp.so.0
|
|
|
|
.include <bsd.port.mk>
|