blob: 8d2af6a3a97e89d018a03a8be2ba434b070dbcc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.7 2003/09/28 09:13:56 jlam Exp $
#
DISTNAME= cmake-1.6.6
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"
|