pkgsrc/net/gopher/Makefile
jlam 585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00

18 lines
446 B
Makefile

# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:24 jlam Exp $
#
DISTNAME= gopher_3.0.6
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= net
MASTER_SITES= http://gopher.quux.org:70/give-me-gopher/
MAINTAINER= jgoerzen@complete.org
HOMEPAGE= gopher://quux.org/1/devel/gopher/
COMMENT= Distributed document delivery client and server
WRKSRC= ${WRKDIR}/gopher
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
CONFIGURE_ARGS+=--disable-auth
.include "../../mk/bsd.pkg.mk"