mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
24 lines
450 B
Makefile
24 lines
450 B
Makefile
# Created by: Andrew Thompson <andy@fud.org.nz>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pads
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 4
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= SF/passive/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Passively detect network assets
|
|
|
|
CFLAGS+= -Wno-return-type
|
|
USE_CSTD= gnu89
|
|
|
|
LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN8= pads.8 pads-report.8 pads.conf.8
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|