pkgsrc/net/jwhois/Makefile
wiz c11b028e8c Uses msgfmt to decide if it should build its own libintl, which fails
for some reason on 1.5.1. Add BUILD_USES_MSGFMT.
2001-08-01 16:39:30 +00:00

27 lines
715 B
Makefile

# $NetBSD: Makefile,v 1.12 2001/08/01 16:39:30 wiz Exp $
#
DISTNAME= jwhois-2.4.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU:=jwhois/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/jwhois/
COMMENT= Configurable WHOIS client
BUILD_USES_MSGFMT= # defined
USE_BUILDLINK_ONLY= # defined
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --sysconfdir=/etc
CONFIGURE_ARGS+= --localstatedir=/var/db
CONFIGURE_ARGS+= --with-cache
INFO_FILES= jwhois.info
post-install:
${INSTALL_DATA} ${WRKSRC}/example/jwhois.conf ${PREFIX}/share/examples
PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL
.include "../../devel/gettext-lib/buildlink.mk"
.include "../../mk/bsd.pkg.mk"