1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/net-mgmt/grepcidr/Makefile
Alexey Degtyarev 110db9ce68 * Update to 1.4
* STAGE support

Approved by:	wg (mentor)
2013-11-28 17:49:05 +00:00

29 lines
674 B
Makefile

# Created by: Douglas Fraser <doug@idmf.net>
# $FreeBSD$
PORTNAME= grepcidr
PORTVERSION= 1.4
CATEGORIES= net-mgmt textproc
MASTER_SITES= http://www.pc-tools.net/files/unix/ \
ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
MAINTAINER= alexey@renatasystems.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>