b66056ffed
Based on the timeout of 3+ months (2018-03-23-now) on bug#226885 for net/ucarp Also, looking at the subversion log, there were timeouts on: * bug#224169 r465659 | ygy | 2018-03-26 19:51:12 * bug#224768 r459066 | swills | 2018-01-15 07:16:28 * bug#224755 r459058 | swills | 2018-01-15 06:55:08 The last approval from alexey@renatasystems.org was over a year ago: bug#218563 r438885 | lifanov | 2017-04-19 08:30:28 (devel/py-colorama)
29 lines
667 B
Makefile
29 lines
667 B
Makefile
# Created by: Douglas Fraser <doug@idmf.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= grepcidr
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= net-mgmt textproc
|
|
MASTER_SITES= http://www.pc-tools.net/files/unix/ \
|
|
ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Filter IP addresses matching IPv4 CIDR/network specification
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= gmake
|
|
|
|
PLIST_FILES= bin/grepcidr \
|
|
man/man1/grepcidr.1.gz
|
|
|
|
do-configure:
|
|
${REINPLACE_CMD} \
|
|
-e 's|PREFIX=.*|PREFIX=${PREFIX}|' \
|
|
-e 's|CFLAGS=.*|CFLAGS=${CFLAGS}|' \
|
|
-e 's|DESTDIR=.*|DESTDIR=${STAGEDIR}|' \
|
|
-e 's|MANDIR=.*|MANDIR=${MANPREFIX}/man|' \
|
|
${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|