2013-06-13 10:43:35 +02:00
|
|
|
# Created by: Andrew Thompson <andy@fud.org.nz>
|
2005-02-21 08:43:33 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pads
|
2006-04-01 23:27:29 +02:00
|
|
|
PORTVERSION= 1.2
|
2014-08-16 16:49:17 +02:00
|
|
|
PORTREVISION= 5
|
2005-02-21 08:43:33 +01:00
|
|
|
CATEGORIES= net-mgmt
|
2009-08-22 02:32:25 +02:00
|
|
|
MASTER_SITES= SF/passive/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
2005-02-21 08:43:33 +01:00
|
|
|
|
2006-03-15 19:54:13 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-02-21 08:43:33 +01:00
|
|
|
COMMENT= Passively detect network assets
|
|
|
|
|
2014-08-16 16:49:17 +02:00
|
|
|
USES= shebangfix
|
|
|
|
SHEBANG_FILES= src/pads-report.pl
|
2013-06-16 13:29:27 +02:00
|
|
|
CFLAGS+= -Wno-return-type
|
|
|
|
USE_CSTD= gnu89
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
LIB_DEPENDS= libpcre.so:devel/pcre
|
2005-02-21 08:43:33 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2007-04-19 23:20:48 +02:00
|
|
|
.include <bsd.port.mk>
|