1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/net-mgmt/docsis/Makefile

31 lines
776 B
Makefile
Raw Normal View History

# New ports collection makefile for: docsis
# Date created: Jul 5, 2002
# Whom: James Flemer <jflemer@acm.jhu.edu>
#
# $FreeBSD$
#
PORTNAME= docsis
PORTVERSION= 0.9.5
CATEGORIES= net-mgmt
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= jflemer@alum.rpi.edu
2003-02-21 13:28:59 +00:00
COMMENT= DOCSIS(tm) binary configuration file encoder/decoder
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
LIB_DEPENDS= netsnmp:${PORTSDIR}/net-mgmt/net-snmp
GNU_CONFIGURE= yes
USE_OPENSSL= yes
USE_BISON= yes
PLIST_SUB= MIBS=share/snmp/mibs
post-patch:
@${REINPLACE_CMD} -e 's|^htmldocdir =.*|htmldocdir = ${DOCSDIR}|' ${WRKSRC}/doc/Makefile.in
@${REINPLACE_CMD} -e 's|^examplesdir =.*|examplesdir = ${EXAMPLESDIR}|' ${WRKSRC}/examples/Makefile.in
.include <bsd.port.mk>