pkgsrc/net/jwhois/Makefile
hubertf 7415ef8e7f Don't define HAS_CONFIGURE and GNU_CONFIGURE at the same time.
This will place packages in /usr/local ...
2000-01-20 15:24:37 +00:00

19 lines
401 B
Makefile

# $NetBSD: Makefile,v 1.2 2000/01/20 15:24:37 hubertf Exp $
#
DISTNAME= jwhois-2.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.coyote.org/pub/jwhois/
MAINTAINER= kim@tac.nyc.ny.us
HOMEPAGE= http://www.coyote.org/jwhois/
USE_GTEXINFO= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--sysconfdir=/etc
post-install:
${INSTALL_DATA} ${WRKSRC}/example/jwhois.conf ${PREFIX}/share
.include "../../mk/bsd.pkg.mk"