summaryrefslogtreecommitdiff
path: root/net/stripes/Makefile
blob: da81a070e2086c24fea3b7d9e6ba5853e55cb545 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $NetBSD: Makefile,v 1.10 2005/07/16 01:19:17 jlam 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

PKG_SYSCONFSUBDIR?=	httpd
BUILD_TARGET=		all
MAKE_FLAGS+=		DEST=${PREFIX} PERL=${PERL5} \
			CONFIGFILE=${PKG_SYSCONFDIR}/lg.conf

USE_TOOLS+=		perl:run
REPLACE_PERL=		lg.pl

.include "../../mk/bsd.pkg.mk"