pkgsrc/devel/cmake/Makefile

25 lines
593 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.17 2005/05/22 20:07:49 jlam Exp $
2005-01-06 14:07:59 +01:00
DISTNAME= cmake-2.0.5
CATEGORIES= devel
MASTER_SITES= http://www.cmake.org/files/v2.0/
2003-07-17 23:21:03 +02:00
MAINTAINER= tech-pkg@NetBSD.org
2003-12-30 18:21:54 +01:00
HOMEPAGE= http://www.cmake.org/
COMMENT= Cross platform make
USE_TOOLS+= gmake
2005-01-06 14:07:59 +01:00
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"