2013-09-21 00:24:43 +02:00
|
|
|
# Created by: Kirill Ponomarew <ponomarew@oberon.net>
|
2003-06-02 18:37:25 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= packit
|
2004-04-14 11:57:28 +02:00
|
|
|
PORTVERSION= 1.0
|
2014-07-14 17:38:39 +02:00
|
|
|
PORTREVISION= 4
|
2004-02-23 05:42:13 +01:00
|
|
|
CATEGORIES= net-mgmt
|
2003-06-04 10:55:37 +02:00
|
|
|
MASTER_SITES= http://packit.sourceforge.net/downloads/
|
2003-06-02 18:37:25 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2005-04-21 19:44:08 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-06-02 21:44:30 +02:00
|
|
|
COMMENT= Network auditing tool
|
2003-06-02 18:37:25 +02:00
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
LIB_DEPENDS= libnet.so:net/libnet
|
2007-01-31 15:09:55 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2016-03-20 11:53:08 +01:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LIBS+= -L${LOCALBASE}/lib
|
2003-06-02 18:37:25 +02:00
|
|
|
|
2014-02-12 11:16:17 +01:00
|
|
|
PLIST_FILES= sbin/packit \
|
|
|
|
man/man8/packit.8.gz
|
2003-06-02 18:37:25 +02:00
|
|
|
|
2003-06-04 10:55:37 +02:00
|
|
|
.if defined(WITHOUT_CAPTURE)
|
|
|
|
CONFIGURE_ARGS+= --without-capture
|
|
|
|
.endif
|
|
|
|
.if defined(WITHOUT_INJECTION)
|
|
|
|
CONFIGURE_ARGS+= --without-injection
|
|
|
|
.endif
|
2003-06-02 18:37:25 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|