Prune security/pgp
[dports.git] / net-mgmt / docsis / Makefile
1 # Created by: James Flemer <jflemer@acm.jhu.edu>
2 # $FreeBSD$
3
4 PORTNAME=       docsis
5 PORTVERSION=    0.9.6
6 CATEGORIES=     net-mgmt
7 MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
8
9 MAINTAINER=     ports@FreeBSD.org
10 COMMENT=        Binary configuration file encoder/decoder
11
12 LICENSE=        GPLv2+
13
14 BUILD_DEPENDS=  gm4:devel/m4
15 LIB_DEPENDS=    libnetsnmp.so:net-mgmt/net-snmp
16
17 GNU_CONFIGURE=  yes
18 USE_OPENSSL=    yes
19 USES=           bison
20
21 PLIST_SUB=      MIBS=share/snmp/mibs
22
23 BROKEN_amd64=   Produces corrupt files on amd64
24
25 OPTIONS_DEFINE= DOCS EXAMPLES
26
27 post-patch:
28         @${REINPLACE_CMD} -e \
29                 '/^htmldocdir/s|share/docsis|share/doc/docsis|' \
30                 ${WRKSRC}/doc/Makefile.in
31         @${REINPLACE_CMD} -e \
32                 '/^examplesdir/s|docsis/examples|examples/docsis|' \
33                 ${WRKSRC}/examples/Makefile.in
34
35 .include <bsd.port.mk>