summaryrefslogtreecommitdiff
path: root/security/hlfl/Makefile
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2001-06-14 07:53:33 +0000
committerAnton Berezin <tobez@FreeBSD.org>2001-06-14 07:53:33 +0000
commit498a772724be5d0b65bf489fb4233a252eb4c414 (patch)
tree3cdf9bdc576f387f53ef179f1a650ff4bf028d8e /security/hlfl/Makefile
parentadd txt2regex (diff)
Add hlfl 0.52, high Level Firewall Language.
The committed version differs from the one in the PR. It is supplied by the maintainer after a round of fixes. PR: 28127 Submitted by: Arnaud S. Launay <asl@launay.org> OK'ed by: markm
Notes
Notes: svn path=/head/; revision=43978
Diffstat (limited to 'security/hlfl/Makefile')
-rw-r--r--security/hlfl/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/security/hlfl/Makefile b/security/hlfl/Makefile
new file mode 100644
index 000000000000..5696d1d4a86e
--- /dev/null
+++ b/security/hlfl/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: hlfl
+# Date Created: 8 Jun 2001
+# Whom: Arnaud S. Launay <asl@launay.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= hlfl
+PORTVERSION= 0.52
+CATEGORIES= security
+MASTER_SITES= ftp://ftp.hlfl.org/pub/hlfl/
+
+MAINTAINER= asl@launay.org
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --datadir=${LOCALBASE}/share/doc
+DOC_FILES= services.hlfl sample_1.hlfl sample_2.hlfl test.hlfl syntax.txt
+MAN1= hlfl.1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/hlfl ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/doc/${MAN1} ${PREFIX}/man/man1
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/hlfl
+.for i in ${DOC_FILES}
+ ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/share/doc/hlfl
+.endfor
+.endif
+
+.include <bsd.port.mk>