pkgsrc/devel/cmake/Makefile

25 lines
605 B
Makefile
Raw Normal View History

2003-07-13 15:50:19 +02:00
# $NetBSD: Makefile,v 1.3 2003/07/13 13:51:04 wiz Exp $
#
DISTNAME= cmake-1.6.6
2003-07-13 15:50:19 +02:00
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.cmake.org/files/
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://www.cmake.org
COMMENT= cross platform make
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_GMAKE= YES
USE_NCURSES= YES
post-patch:
${MV} ${WRKSRC}/Modules/FindCurses.cmake ${WRKSRC}/Modules/FindCurses.cmake.bak
${SED} 's;@prefix@;${PREFIX};g' ${WRKSRC}/Modules/FindCurses.cmake.bak > \
${WRKSRC}/Modules/FindCurses.cmake
.include "../../devel/ncurses/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"