freebsd-ports/net-mgmt/pixilate/Makefile
Will Andrews 823dc07f16 Add pixilate 0.4, a program that generates packets to match
a list of Cisco PIX access lists.

PR:		51624
Submitted by:	Barry Irwin <bvi@moria.org>
2003-06-03 05:25:09 +00:00

32 lines
819 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
#PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= winfingerprint
MAINTAINER= bvi-ports@moria.org
COMMENT= Generates packets to match a list of Cisco PIX access lists
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel
WRKSRC= ${WRKDIR}/pixilate
HAS_CONFIGURE= yes
LIBNET_CONFIG= ${LOCALBASE}/bin/libnet-config
CFLAGS+= `${LIBNET_CONFIG} --cflags` `${LIBNET_CONFIG} --defines`
CFLAGS+= -I${LOCALBASE}/include
LIBS= `${LIBNET_CONFIG} --libs`
#GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${LIBS}"
MAN1= pixilate.1
.include <bsd.port.mk>