freebsd-ports/net/openbsc/Makefile
Mathieu Arnold e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00

47 lines
1.1 KiB
Makefile

# $FreeBSD$
PORTNAME= openbsc
PORTVERSION= 0.15.0
PORTREVISION= 5
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 ssl
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= CFLAGS="-I${LOCALBASE}/include"
OPTIONS_DEFINE= BSC NAT SQLITE DOCS
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>