pkgsrc/devel/libtecla/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

23 lines
565 B
Makefile

# $NetBSD: Makefile,v 1.11 2005/05/22 20:07:53 jlam Exp $
DISTNAME= libtecla-1.6.1
CATEGORIES= devel
MASTER_SITES= http://www.astro.caltech.edu/~mcs/tecla/
MAINTAINER= kristerw@NetBSD.org
HOMEPAGE= http://www.astro.caltech.edu/~mcs/tecla/
COMMENT= Interactive command line editing facilities
WRKSRC= ${WRKDIR}/${PKGBASE}
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
BUILD_TARGET= default
.include "../../mk/bsd.prefs.mk"
# reentrant causes compilation problems
.if ${OPSYS} != "SunOS"
CONFIGURE_ENV+= tecla_cv_reentrant=no
.endif
.include "../../mk/bsd.pkg.mk"