1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/net-mgmt/pixilate/Makefile
2010-12-04 07:34:27 +00:00

45 lines
971 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
PORTREVISION= 1
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 autoconf automake libtool
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>