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.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	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.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_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	2010.12.28.06.31.48;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2003.03.07.06.10.41;	author ade;	state Exp;
branches;
next	1.2;

1.2
date	2002.06.06.23.29.43;	author petef;	state Exp;
branches;
next	1.1;

1.1
date	2001.02.21.16.49.03;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# ex:ts=8
# New ports collection makefile for:	ipfmeta
# Date created:			Feb 22, 2001
# Whom:				Ying-Chieh Liao <ijliao@@FreeBSD.org>
#
# $FreeBSD: head/security/ipfmeta/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	ipfmeta
PORTVERSION=	1.3
CATEGORIES=	security
MASTER_SITES=	http://www.sentia.org/downloads/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	ipfmeta - use objects in IPfilter files

USE_PERL5=	yes

MAN1=	ipfmeta.1
POD2MAN?=	pod2man

do-build:
	@@${POD2MAN} ${WRKSRC}/ipfmeta > ${WRKSRC}/${MAN1}

do-install:
	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1
	${INSTALL_SCRIPT} ${WRKSRC}/ipfmeta ${PREFIX}/bin
	@@${MKDIR} ${PREFIX}/share/ipfmeta
	${INSTALL_DATA} ${WRKSRC}/ipf.* ${PREFIX}/share/ipfmeta

.include <bsd.port.mk>
@


1.4
log
@Reset ijliao@@FreeBSD.org due to maintainer-timeouts and long absence.
We hope to see ijliao back again sometime.

Hat:		portmgr
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.3
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d14 1
a14 1
MAINTAINER=	ijliao@@FreeBSD.org
@


1.2
log
@Don't assume pod2man is in /usr/bin.

Submitted by:	bento
@
text
@d15 1
@


1.1
log
@add ipfmeta
ipfmeta is used to simplify the maintenance of your IPfilter ruleset
@
text
@d19 1
a19 1
POD2MAN?=	/usr/bin/pod2man
@

