mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
3dc622a664
PR: ports/107230 Submitted by: vd Approved by: Lars Erik Gullerud <lerik@nolink.net> (maintainer)
43 lines
930 B
Makefile
43 lines
930 B
Makefile
# New ports collection makefile for: ripe-whois
|
|
# Date created: 18th February 2004
|
|
# Whom: Lars Erik Gullerud <lerik@nolink.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ripe-whois
|
|
PORTVERSION= 3.2.2
|
|
CATEGORIES= net ipv6
|
|
MASTER_SITES= SF
|
|
MASTER_SITE_SUBDIR= whois
|
|
DISTNAME= whois3-${PORTVERSION}
|
|
|
|
MAINTAINER= lerik@nolink.net
|
|
COMMENT= The RIPE whois client version 3
|
|
|
|
USE_PERL5_BUILD= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
MAN1= whois3.1
|
|
PLIST_FILES= bin/whois3
|
|
|
|
post-patch::
|
|
${REINPLACE_CMD} -E \
|
|
-e '/^bin_PROGRAMS =/ s/whois\$$\(EXEEXT\)/whois3$$(EXEEXT)/' \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
CONFIGURE_ARGS= --datadir=${PREFIX}/share/doc
|
|
DOCSDIR= ${PREFIX}/share/doc/${DISTNAME}
|
|
PORTDOCS= HELP.txt FLAGS.txt
|
|
.else
|
|
post-patch::
|
|
${REINPLACE_CMD} -E \
|
|
-e '/^install-data-am:/ s/install-whoisdataDATA//' \
|
|
${WRKSRC}/doc/Makefile.in
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|