1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/net/gwhois/Makefile
Andrew Pantyukhin 87466b8058 - Update whois to 4.7.22 [1]
- Rename whois binary from gwhois to mwhois [1]
- Remove CONFLICTS from net/gwhois

PR:		ports/116001 [1]
Submitted by:	Nils Vogels <nivo+kw+ports.bfa274@is-root.com> (maintainer) [1]
2007-09-03 08:37:15 +00:00

44 lines
1.1 KiB
Makefile

# New ports collection makefile for: gwhois
# Date created: 28 August 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gwhois
PORTVERSION= 20070822
CATEGORIES= net
MASTER_SITES= http://gwhois.de/gwhois/ CENKES
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Flexible whois client and proxy
RUN_DEPENDS= p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww \
lynx:${PORTSDIR}/www/lynx \
curl:${PORTSDIR}/ftp/curl
NO_BUILD= yes
USE_PERL5_RUN= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
PLIST_FILES= bin/${PORTNAME} %%DATADIR%%/pattern
PLIST_DIRS= %%DATADIR%%
MAN1= ${PORTNAME}.1
PORTDOCS= TODO README.RIPE
post-patch:
@${REINPLACE_CMD} -e 's|/etc/gwhois|${DATADIR}|g'\
${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.1
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
@${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/
@${INSTALL} -d ${DATADIR}/
@${INSTALL_DATA} ${WRKSRC}/pattern ${DATADIR}/
.ifndef NOPORTDOCS
@${INSTALL} -d ${DOCSDIR}/
@cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
.endif
.include <bsd.port.mk>