pkgsrc/net/gnapfetch/Makefile
wiz d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00

23 lines
660 B
Makefile

# $NetBSD: Makefile,v 1.13 2013/05/31 12:41:33 wiz Exp $
DISTNAME= gnapfetch-0.3
PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= http://entropy.atlantic.net/gnapfetch/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://entropy.atlantic.net/gnapfetch/
COMMENT= Update/maintain opennap servers for gnapster/TekNap
USE_TOOLS+= perl:run
INSTALLATION_DIRS= bin share/doc/gnapfetch
do-build:
${SED} -e "s,/usr/bin/perl,${PERL5},g" \
< ${WRKSRC}/gnapfetch > ${WRKDIR}/gnapfetch
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/gnapfetch ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/gnapfetch
.include "../../mk/bsd.pkg.mk"