freebsd-ports/net/openbsc/Makefile
Gerald Pfeifer 89f8b05214 Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
2016-11-20 09:38:08 +00:00

49 lines
1.2 KiB
Makefile

# $FreeBSD$
PORTNAME= openbsc
PORTVERSION= 0.15.0
PORTREVISION= 2
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 pathfix 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:
${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/.tarball-version
.include <bsd.port.mk>