pkgsrc/textproc/grepcidr/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

22 lines
631 B
Makefile

# $NetBSD: Makefile,v 1.6 2020/01/26 17:32:14 rillig 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= https://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"