freebsd-ports/net-mgmt/docsis/Makefile
Dmitry Marakasov 17f3d4c9ac - Fix MD5 code on 64 bit platforms
- While here, use SF macro

PR:		134406
Submitted by:	"James E. Flemer" <jflemer at alum dot rpi dot edu> (maintainer)
2009-05-10 16:24:04 +00:00

31 lines
738 B
Makefile

# 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
PORTREVISION= 3
CATEGORIES= net-mgmt
MASTER_SITES= SF
MAINTAINER= jflemer@alum.rpi.edu
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= build
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>