freebsd-ports/net-mgmt/pixilate/Makefile
Sylvio Cesar Teixeira e6d95cdb19 - Update to 0.4.2
- Removed file: files/patch-packetize.c
- Changed USE_AUTOTOOLS in alphabetical order

PR:	ports/139850
Submitted by:	myself
Approved by:	itetcu (mentor)
2009-11-01 14:35:03 +00:00

43 lines
970 B
Makefile

# Ports collection makefile for: pixilate
# Date created: Wed Apr 30 06:10:16 PDT 2003
# Whom: Barry Irwin <bvi@moria.org>
#
# $FreeBSD$
PORTNAME= pixilate
PORTVERSION= 0.4.2
CATEGORIES= net-mgmt
MASTER_SITES= SF/winfingerprint/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Generates packets to match a list of Cisco PIX access lists
BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
WRKSRC= ${WRKDIR}/pixilate
USE_AUTOTOOLS= aclocal:110 autoconf:262 automake:110 libtool:22
AUTOMAKE_ARGS= --add-missing
MAN1= pixilate.1
PORTDOCS= README
PLIST_FILES= bin/pixilate
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config
post-patch:
@${REINPLACE_CMD} -e \
's|libnet-config|${LIBNET_CONFIG}|; \
s|--defines`|& `${LIBNET_CONFIG} --cflags`|' \
${WRKSRC}/configure.ac
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in README
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>