29 lines
574 B
Makefile
29 lines
574 B
Makefile
COMMENT= filter files for IP address matches
|
|
|
|
# note there's also a "grepcidr-2" fork; this port is for the original
|
|
# version which is still developed by the original author.
|
|
DISTNAME= grepcidr-2.0
|
|
REVISION= 0
|
|
|
|
CATEGORIES= textproc net
|
|
|
|
HOMEPAGE= http://www.pc-tools.net/unix/grepcidr/
|
|
|
|
MAINTAINER= Stuart Henderson <stu.ports@spacehopper.org>
|
|
|
|
FIX_EXTRACT_PERMISSIONS=Yes
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MASTER_SITES= http://www.pc-tools.net/files/unix/
|
|
|
|
MAKE_FLAGS= CFLAGS="${CFLAGS}"
|
|
FAKE_FLAGS= MANDIR="${PREFIX}/man"
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|