# $Id: Portfile,v 1.3 2003/08/05 09:29:28 jkh Exp $ PortSystem 1.0 name whois version 4.6.6 categories net maintainers mij@opendarwin.org description A replacement whois client homepage http://www.linux.it/~md/software/ platforms darwin long_description whois is an improved whois client that follow the \ delegations from the Verisign whois server. master_sites http://www.linux.it/~md/software/ checksums md5 eceebd6e1aaa82b376eee30f59032662 distname ${portname}_${portversion} worksrcdir ${portname}-${portversion} depends_lib lib:gettext.1:gettext configure {} post-configure { reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/Makefile reinplace "s|/share/man|/man|g" ${worksrcpath}/Makefile reinplace "s|/etc|${prefix}/etc|g" ${worksrcpath}/config.h reinplace "s|\$(BASEDIR)/usr|${destroot}${prefix}|g" \ ${worksrcpath}/po/Makefile reinplace "s|/etc/whois.conf|${prefix}/etc/whois.conf|g" \ ${worksrcpath}/whois.1 } build.env CFLAGS="-DENABLE_NLS -I${prefix}/include" \ LDFLAGS="-L${prefix}/lib -lintl" destroot.args prefix=${destroot}${prefix}