mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
8b4093cba5
The only reason to use post-stage is because the port needs to do "things" at a later time, like some plist manipulation. While there, fold post-install in do-install targets when they are defined. PR: 214780 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
29 lines
627 B
Makefile
29 lines
627 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:devel/libosmocore
|
|
|
|
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.0
|
|
|
|
.include <bsd.port.mk>
|