pkgsrc/devel/cmake/Makefile

26 lines
613 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.12 2004/08/02 13:08:09 drochner Exp $
DISTNAME= cmake-2.0.2
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
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_BUILDLINK3= yes
USE_NCURSES= yes
USE_GNU_TOOLS+= make
ALL_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"