mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
13174cc3af
The maintainer has requested via email to have his maintainership reset. Approved by: plcmaechler@gmail.com (maintainer)
37 lines
786 B
Makefile
37 lines
786 B
Makefile
PORTNAME= docsis
|
|
PORTVERSION= 0.9.8
|
|
DISTVERSIONPREFIX= upstream/
|
|
CATEGORIES= net-mgmt
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Binary configuration file encoder/decoder
|
|
WWW= https://github.com/rlaager/docsis
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
BUILD_DEPENDS= flex:textproc/flex
|
|
LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp \
|
|
libpkg.so:${PKG_ORIGIN}
|
|
|
|
USES= autoreconf bison libtool ssl
|
|
USE_GITHUB= yes
|
|
GNU_CONFIGURE= yes
|
|
MAKE_JOBS_UNSAFE= yes
|
|
BINARY_WRAPPERS= gm4
|
|
|
|
PLIST_SUB= MIBS=share/snmp/mibs
|
|
|
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
|
|
|
GH_ACCOUNT= rlaager
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
'/^htmldocdir/s|share/docsis|share/doc/docsis|' \
|
|
${WRKSRC}/doc/Makefile.am
|
|
@${REINPLACE_CMD} -e \
|
|
'/^examplesdir/s|docsis/examples|examples/docsis|' \
|
|
${WRKSRC}/examples/Makefile.am
|
|
|
|
.include <bsd.port.mk>
|