diff options
Diffstat (limited to 'net/stripes/Makefile')
-rw-r--r-- | net/stripes/Makefile | 23 |
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" |