pkgsrc/textproc/grepcidr/Makefile
shattered 733ae036e6 Update to 2.97. Changes:
- New -s flag to stop comlaints about sloppy (misaligned CIDRs)
- CIDRs now always properly bit aligned, even if the base address wasn't
2015-10-31 11:23:33 +00:00

22 lines
633 B
Makefile

# $NetBSD: Makefile,v 1.4 2015/10/31 11:23:33 shattered Exp $
DISTNAME= grepcidr-2.97
DIST_SUBDIR= grepcidr-2.97-20150828
CATEGORIES= textproc
MASTER_SITES= http://www.taugh.com/grepcidr-2/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@netbsd.org
HOMEPAGE= http://www.taugh.com/grepcidr-2/
COMMENT= Filter IP addresses matching IPv4 or IPv6 CIDR specification
LICENSE= gnu-gpl-v2
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/grepcidr \
${DESTDIR}${PREFIX}/bin/grepcidr
${INSTALL_MAN} ${WRKSRC}/grepcidr.1 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/grepcidr.1
.include "../../mk/bsd.pkg.mk"