aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/docsis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/docsis/Makefile')
-rw-r--r--net-mgmt/docsis/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/net-mgmt/docsis/Makefile b/net-mgmt/docsis/Makefile
deleted file mode 100644
index 7d67dbde3828..000000000000
--- a/net-mgmt/docsis/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: docsis
-# Date created: Jul 5, 2002
-# Whom: James Flemer <jflemer@acm.jhu.edu>
-#
-# $FreeBSD$
-#
-
-PORTNAME= docsis
-PORTVERSION= 0.8.2
-PORTREVISION= 1
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= ${PORTNAME}-${PORTVERSION}-RELEASE
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= jflemer@alum.rpi.edu
-COMMENT= DOCSIS(tm) binary configuration file encoder/decoder
-
-LIB_DEPENDS= netsnmp:${PORTSDIR}/net/net-snmp
-
-USE_OPENSSL= yes
-USE_BISON= yes
-
-ALL_TARGET= docsis
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/docsis ${PREFIX}/bin
- @${MKDIR} ${EXAMPLESDIR}
- @${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
-
-.include <bsd.port.mk>