summaryrefslogtreecommitdiff
path: root/net/docsis/Makefile
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2002-06-25 04:12:52 +0000
committergrant <grant@pkgsrc.org>2002-06-25 04:12:52 +0000
commit6f2c929281d0d97bcb2b18f822488bf51508f258 (patch)
tree5f5b5057d22491919143fce4e2e2f8e1a6e13fb6 /net/docsis/Makefile
parent8575e794b304437622f4d6d63f314580503a6b23 (diff)
downloadpkgsrc-6f2c929281d0d97bcb2b18f822488bf51508f258.tar.gz
Initial import of docsis-0.7.5.
docsis is a small program that can be used to generate binary configuration files for DOCSIS-compliant cable modems. It can be used to implement a cable modem provisioning system, as well as testing of DOCSIS-compliant cable modems.
Diffstat (limited to 'net/docsis/Makefile')
-rw-r--r--net/docsis/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/net/docsis/Makefile b/net/docsis/Makefile
new file mode 100644
index 00000000000..50149b98036
--- /dev/null
+++ b/net/docsis/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/06/25 04:12:52 grant Exp $
+#
+
+DISTNAME= docsis-0.7.5-RELEASE
+PKGNAME= ${DISTNAME:S/-RELEASE//}
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=docsis/}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= grant@netbsd.org
+HOMEPAGE= http://docsis.sourceforge.net/
+COMMENT= utility for manipulating DOCSIS-compliant cable modems
+
+BUILD_DEPENDS+= bison>=1.25:../../devel/bison
+USE_BUILDLINK_ONLY= # defined
+
+ALL_TARGET= docsis
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/docsis ${PREFIX}/bin
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/docsis
+ ${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/docsis
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/docsis
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/docsis
+ cd ${WRKSRC}/examples; ${PAX} -rw . ${PREFIX}/share/examples/docsis
+
+.include "../../security/openssl/buildlink.mk"
+.include "../../net/ucd-snmp/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"