freebsd-ports/net-mgmt/netspoc/Makefile
2003-02-28 16:59:58 +00:00

30 lines
596 B
Makefile

# ex:ts=8
# Ports collection makefile for: netspoc
# Date created: Nov 3, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= netspoc
PORTVERSION= 1.5
CATEGORIES= net
MASTER_SITES= http://download.berlios.de/netspoc/
MAINTAINER= ports@FreeBSD.org
COMMENT= A Network Security Policy Compiler
USE_PERL5= yes
NO_BUILD= yes
MAN1= netspoc.1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/netspoc ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/netspoc.man ${MANPREFIX}/man/man1/netspoc.1
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR}
.endif
.include <bsd.port.mk>