freebsd-ports/net-mgmt/pads/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

22 lines
441 B
Makefile

# Created by: Andrew Thompson <andy@fud.org.nz>
# $FreeBSD$
PORTNAME= pads
PORTVERSION= 1.2
PORTREVISION= 5
CATEGORIES= net-mgmt
MASTER_SITES= SF/passive/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Passively detect network assets
USES= shebangfix
SHEBANG_FILES= src/pads-report.pl
CFLAGS+= -Wno-return-type
USE_CSTD= gnu89
LIB_DEPENDS= libpcre.so:devel/pcre
GNU_CONFIGURE= yes
.include <bsd.port.mk>