From 7b663510babea557bd6f41032e1cb8364587db1d Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sun, 3 Nov 2002 14:59:39 +0000 Subject: add netspoc 1.4 A Network Security Policy Compiler --- net-mgmt/netspoc/Makefile | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 net-mgmt/netspoc/Makefile (limited to 'net-mgmt/netspoc/Makefile') diff --git a/net-mgmt/netspoc/Makefile b/net-mgmt/netspoc/Makefile new file mode 100644 index 000000000000..a634d9e74fca --- /dev/null +++ b/net-mgmt/netspoc/Makefile @@ -0,0 +1,29 @@ +# ex:ts=8 +# Ports collection makefile for: netspoc +# Date created: Nov 3, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= netspoc +PORTVERSION= 1.4 +CATEGORIES= net +MASTER_SITES= http://download.berlios.de/netspoc/ + +MAINTAINER= ports@FreeBSD.org + +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 -- cgit v1.2.3