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

24 lines
593 B
Makefile

# $NetBSD: Makefile,v 1.17 2005/05/22 20:07:49 jlam Exp $
DISTNAME= cmake-2.0.5
CATEGORIES= devel
MASTER_SITES= http://www.cmake.org/files/v2.0/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.cmake.org/
COMMENT= Cross platform make
USE_TOOLS+= gmake
USE_LANGUAGES= c c++
USE_NCURSES= yes
GNU_CONFIGURE= yes
BUILD_TARGET= default_target
post-patch:
for file in ${WRKSRC}/Modules/FindCurses.cmake; do \
${MV} -f $$file $$file.bak; \
${SED} "s|@prefix@|${PREFIX}|g" $$file.bak > $$file; \
done
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"