summaryrefslogtreecommitdiff
path: root/net/stripes/Makefile
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2001-05-29 20:04:59 +0000
committerkim <kim@pkgsrc.org>2001-05-29 20:04:59 +0000
commitfc95cb94703456b5440d468af7d7bdd660a33983 (patch)
tree7237e087fedd36bedf99848cbe31fb5161f74ba7 /net/stripes/Makefile
parent432c0f1be53ca2f1b595320daa61281d6ee85e1e (diff)
downloadpkgsrc-fc95cb94703456b5440d468af7d7bdd660a33983.tar.gz
Stripes is a Looking Glass implementation that works with Zebra and
Cisco routers. A Looking Glass is a CGI script for viewing results of simple queries executed on remote routers.
Diffstat (limited to 'net/stripes/Makefile')
-rw-r--r--net/stripes/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/stripes/Makefile b/net/stripes/Makefile
new file mode 100644
index 00000000000..7b7dcdcf010
--- /dev/null
+++ b/net/stripes/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/05/29 20:04:59 kim Exp $
+#
+
+DISTNAME= stripes-2.1
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.gw.com/sw/stripes/
+
+MAINTAINER= kim@tac.nyc.ny.us
+HOMEPAGE= http://www.gw.com/sw/stripes/
+COMMENT= Looking Glass for Zebra and Cisco Routers
+
+DEPENDS+= p5-CGI>=2.75:../../www/p5-CGI
+DEPENDS+= p5-Net-Telnet>=3.02:../../net/p5-Net-Telnet
+
+USE_PERL5= # defined
+
+NO_CONFIGURE= yes
+ALL_TARGET= all DEST=${PREFIX} PERL=${PERL5} \
+ CONFIGFILE=${APACHE_SYSCONFDIR}/lg.conf
+
+BUILD_DEFS+= APACHE_SYSCONFDIR
+
+.include "../../mk/bsd.pkg.mk"