diff options
Diffstat (limited to 'net/md-whois/Makefile')
-rw-r--r-- | net/md-whois/Makefile | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/net/md-whois/Makefile b/net/md-whois/Makefile index 6e107499202..5af0a39d5b8 100644 --- a/net/md-whois/Makefile +++ b/net/md-whois/Makefile @@ -1,7 +1,13 @@ -# $NetBSD: Makefile,v 1.5 2002/07/24 19:45:26 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2003/03/22 02:31:49 wiz Exp $ +# +# todo: set location of [md-]whois.conf and fix in man page too +# todo: build and install the po/ files and add to PLIST +# todo: add choice for mk/bsd.pkg.defaults.mk to define name prefix +# (defaults to "md-" to distinguish from other whois clients) and adjust PLIST -DISTNAME= whois_4.5.2 -PKGNAME= md-whois-4.5.2 +VERSION= 4.6.3 +DISTNAME= whois_${VERSION} +PKGNAME= md-whois-${VERSION} CATEGORIES= net MASTER_SITES= http://www.linux.it/~md/software/ @@ -11,7 +17,7 @@ COMMENT= Improved whois client USE_PERL5= build -WRKSRC= ${WRKDIR}/whois-4.5.2 +WRKSRC= ${WRKDIR}/whois-${VERSION} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/whois ${PREFIX}/bin/md-whois |