aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/pixilate/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/pixilate/Makefile')
-rw-r--r--net-mgmt/pixilate/Makefile41
1 files changed, 0 insertions, 41 deletions
diff --git a/net-mgmt/pixilate/Makefile b/net-mgmt/pixilate/Makefile
deleted file mode 100644
index 69e297777d06..000000000000
--- a/net-mgmt/pixilate/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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.1
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= winfingerprint
-
-MAINTAINER= krion@FreeBSD.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
-
-LIBNET_CONFIG= ${LOCALBASE}/bin/libnet-config
-CFLAGS+= `${LIBNET_CONFIG} --cflags` `${LIBNET_CONFIG} --defines`
-CFLAGS+= -I${LOCALBASE}/include
-LIBS= `${LIBNET_CONFIG} --libs`
-GNU_CONFIGURE= yes
-USE_AUTOCONF_VER= 253
-USE_AUTOMAKE_VER= 15
-AUTOMAKE_ARGS= --add-missing
-
-CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${LIBS}" CPPFLAGS="-I${LOCALBASE}/include"
-
-MAN1= pixilate.1
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-.for i in README
- ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>