1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/net-mgmt/grepcidr/Makefile
Sunpoet Po-Chuan Hsieh fb872d0bd1 - Remove no-op OPTIONS
- Add MASTER_SITES
- Pass maintainership to submitter

PR:		ports/151920
Submitted by:	Alexey V. Degtyarev <alexey@renatasystems.org>
2010-11-05 11:04:03 +00:00

28 lines
667 B
Makefile

# New ports collection makefile for: grepcidr
# Date created: 2005-04-24
# Whom: Douglas Fraser <doug@idmf.net>
#
# $FreeBSD$
#
PORTNAME= grepcidr
PORTVERSION= 1.3
PORTREVISION= 1
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
PLIST_FILES= bin/grepcidr
do-configure:
@${REINPLACE_CMD} \
-e 's|/usr/local/bin|${PREFIX}/bin|' \
-e 's|-s -O3 -Wall -pedantic|${CFLAGS} -DHAVE_STRING_H|' \
-e 's|gcc|${CC}|' \
${WRKSRC}/Makefile
.include <bsd.port.mk>