head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.01.05;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2003.10.12.02.43.08;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.21.13.26.44;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2002.02.28.21.51.03;	author pat;	state Exp;
branches;
next	1.1;

1.1
date	2001.06.14.07.53.33;	author tobez;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	hlfl
# Date Created:				8 Jun 2001
# Whom:					Arnaud Launay <alaunay@@hlfl.org>
#
# $FreeBSD: head/security/hlfl/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	hlfl
PORTVERSION=	0.60.1
CATEGORIES=	security
MASTER_SITES=	ftp://ftp.hlfl.org/pub/hlfl/

MAINTAINER=	alaunay@@hlfl.org
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>
@


1.4
log
@HLFL 0.60.1 port update

	HLFL 0.60.1 new port (update of mainstream code)
	(Hifh Level Firewall Language)

PR:		ports/57862
Submitted by:	Fraise Root <alaunay@@hlfl.org>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@De-pkg-comment.
@
text
@d3 1
a3 1
# Whom:					Arnaud S. Launay <asl@@launay.org>
d9 1
a9 1
PORTVERSION=	0.60.0
d13 1
a13 1
MAINTAINER=	asl@@launay.org
@


1.2
log
@Update to 0.60.0

PR:		35423
Submitted by:	maintainer
@
text
@d14 1
@


1.1
log
@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
@
text
@d9 1
a9 1
PORTVERSION=	0.52
@

