8b5d49eb78
are called p5-*. I hope that's all of them.
30 lines
668 B
Makefile
30 lines
668 B
Makefile
# $NetBSD: Makefile,v 1.3 2012/10/03 21:56:53 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= fpdns-0.9.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.rfc.se/fpdns/distfiles/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.rfc.se/fpdns/
|
|
COMMENT= Fingerprinting DNS servers
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
REPLACE_PERL= fpdns.pl
|
|
USE_TOOLS+= perl
|
|
USE_LANGUAGES= # none
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
do-build:
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/fpdns.pl ${DESTDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/fpdns.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|