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