freebsd-ports/net/whois/Makefile
Oliver Lehmann e25a0a415b fix build on 5-latest
Noted By:	bento
2003-10-13 13:54:40 +00:00

35 lines
876 B
Makefile

# 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}
MAKE_ENV= LDFLAGS="${LDFLAGS}"
post-patch:
@${REINPLACE_CMD} -e "s|prefix\=/usr/local|prefix\=${PREFIX}|g ; \
s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e "s|/usr/share|${PREFIX}/share|g" ${WRKSRC}/po/Makefile
.include <bsd.port.mk>