blob: 4ee5ee9593b58166b67ee6c258188658c74ffbd3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# New ports collection makefile for: whois
# Date created: 02 Oct 2003
# Whom: Filippo Natali <filippo@widestore.net>
#
# $FreeBSD$
#
PORTNAME= whois
PORTVERSION= 4.6.7
CATEGORIES= net
MASTER_SITES= http://www.linux.it/~md/software/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= filippo@widestore.net
COMMENT= Marco d'Itri whois client
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
intl.5:${PORTSDIR}/devel/gettext
MAN1= whois.1
USE_PERL5_BUILD= yes
USE_REINPLACE= yes
USE_GMAKE= yes
USE_GETOPT_LONG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
post-patch:
@${REINPLACE_CMD} -e "s|prefix\=/usr/local|prefix\=${PREFIX}|g" ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e "s|/usr/share|${PREFIX}/share|g" ${WRKSRC}/po/Makefile
.include <bsd.port.mk>
|