057df85503
Patches provided by Hiramatsu Yoshifumi in pkg/15206.
22 lines
566 B
Makefile
22 lines
566 B
Makefile
# $NetBSD: Makefile,v 1.6 2002/01/29 13:42:28 wiz 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.66,perl>=5.6.1nb2}:../../www/p5-CGI
|
|
DEPENDS+= p5-Net-Telnet>=3.02:../../net/p5-Net-Telnet
|
|
|
|
USE_PERL5= # defined
|
|
|
|
PKG_SYSCONFSUBDIR?= httpd
|
|
ALL_TARGET= all
|
|
MAKE_FLAGS+= DEST=${PREFIX} PERL=${PERL5} \
|
|
CONFIGFILE=${PKG_SYSCONFDIR}/lg.conf
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|