1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/net/openbsc/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

52 lines
1.3 KiB
Makefile

# $FreeBSD$
PORTNAME= openbsc
PORTVERSION= 0.15.0
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://git.osmocom.org/${PORTNAME}/snapshot/ \
http://chaosophia.net/downloads/osmocom/${PORTNAME}/
MAINTAINER= koue@chaosophia.net
COMMENT= GSM network in a box software
LICENSE= GPLv3
LIB_DEPENDS= libdbi.so:databases/libdbi \
libosmocore.so:devel/libosmocore \
libosmoabis.so:devel/libosmo-abis \
libosmonetif.so:devel/libosmo-netif \
libdbi.so:databases/libdbi
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME}
USES= autoreconf compiler:c11 gmake pkgconfig
USE_OPENSSL= yes
GNU_CONFIGURE= yes
AUTOMAKE_ARGS= --gnu --add-missing --copy
CONFIGURE_ARGS+= CFLAGS="-I${LOCALBASE}/include"
OPTIONS_DEFINE= BSC NAT SQLITE
OPTIONS_DEFAULT= BSC NAT
BSC_DESC= Enable OSMO BSC
NAT_DESC= Enable NAT support
SQLITE_DESC= Enable SQLite support
OPTIONS_SUB= yes
BSC_CONFIGURE_ENABLE= osmo-bsc
NAT_CONFIGURE_ENABLE= nat
NAT_BUILD_DEPENDS= ${LOCALBASE}/lib/libsccp.a:devel/libosmo-sccp
NAT_RUN_DEPENDS= ${LOCALBASE}/lib/libsccp.a:devel/libosmo-sccp
SQLITE_LIB_DEPENDS= libsqlite3.so:databases/sqlite3
post-patch:
${REINPLACE_CMD} -e 's|pkgconfigdir.*|pkgconfigdir = ${PREFIX}/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.am
${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/.tarball-version
.include <bsd.port.mk>