1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/security/hlfl/Makefile

32 lines
766 B
Makefile
Raw Normal View History

# New ports collection makefile for: hlfl
# Date Created: 8 Jun 2001
# Whom: Arnaud Launay <alaunay@hlfl.org>
#
# $FreeBSD$
#
PORTNAME= hlfl
PORTVERSION= 0.60.1
CATEGORIES= security
MASTER_SITES= ftp://ftp.hlfl.org/pub/hlfl/
MAINTAINER= alaunay@hlfl.org
2003-02-21 13:28:59 +00:00
COMMENT= High Level Firewall Language
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>