2002-09-18 14:04:26 +02:00
|
|
|
# New ports collection makefile for: cp2fwb
|
|
|
|
# Date created: 20 April 2002
|
|
|
|
# Whom: Christian Brueffer <chris@unixpages.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cp2fwb
|
|
|
|
PORTVERSION= 0.6
|
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= cp2fwbuilder
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2003-06-04 20:58:11 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Checkpoint FW1 to Firewall Builder ruleset converter
|
2002-09-18 14:04:26 +02:00
|
|
|
|
2003-10-24 14:05:09 +02:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer \
|
|
|
|
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
|
2002-09-18 14:04:26 +02:00
|
|
|
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/cp2fwbuilder
|
2002-09-18 14:04:26 +02:00
|
|
|
USE_PERL5= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/cp2fwbuilder ${PREFIX}/bin
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|