e1bfdfbe56
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
32 lines
731 B
Makefile
32 lines
731 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libosmo-sccp
|
|
PORTVERSION= 0.10.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://git.osmocom.org/libosmo-sccp/snapshot/ \
|
|
http://chaosophia.net/downloads/osmocom/${PORTNAME}/
|
|
|
|
MAINTAINER= koue@chaosophia.net
|
|
COMMENT= SCCP network layer protocol implementation
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libosmocore.so:devel/libosmocore \
|
|
libosmonetif.so:devel/libosmo-netif \
|
|
libtalloc.so:devel/talloc
|
|
|
|
CONFLICTS_INSTALL=libmtp-[0-9]* # lib/libmtp.a
|
|
|
|
USES= autoreconf libtool pathfix pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-patch:
|
|
${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/.tarball-version
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so
|
|
|
|
.include <bsd.port.mk>
|