219983aa33
have time to go through it now to see what to include here. See ${WRKSRC}/ChangeLog.txt if you're interested. Insofar as I could tell, patch-ab and patch-ad no longer need apply.
47 lines
1.3 KiB
Makefile
47 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.37 2008/02/06 07:01:17 bjs Exp $
|
|
|
|
DISTNAME= cmake-2.4.8
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.cmake.org/files/v2.4/
|
|
|
|
MAINTAINER= wiz@NetBSD.org
|
|
HOMEPAGE= http://www.cmake.org/
|
|
COMMENT= Cross platform make
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_LANGUAGES= c c++
|
|
USE_NCURSES= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_HAS_MANDIR= no
|
|
CONFIGURE_ARGS+= --mandir=/${PKGMANDIR}
|
|
# to add /share; take care on major version bumps!
|
|
CONFIGURE_ARGS+= --docdir=/share/doc/cmake-2.4
|
|
CONFIGURE_ARGS+= --system-libs
|
|
BUILD_TARGET= default_target
|
|
|
|
# for Source/cmDependsJavaParser.cxx
|
|
UNLIMIT_RESOURCES= datasize
|
|
|
|
# as of 2.4.6, x11 and fortran tests fail in pkgsrc
|
|
TEST_TARGET= test
|
|
|
|
SUBST_CLASSES+= cmake
|
|
SUBST_STAGE.cmake= pre-configure
|
|
SUBST_MESSAGE.cmake= Fixing hard-coded prefix.
|
|
SUBST_FILES.cmake= Modules/FindCurses.cmake Modules/FindCURL.cmake \
|
|
Modules/FindX11.cmake
|
|
SUBST_SED.cmake= -e "s|@prefix@|${PREFIX}|g"
|
|
SUBST_SED.cmake+= -e "s|@x11base@|${X11BASE}|g"
|
|
|
|
post-extract:
|
|
cp ${WRKSRC}/Modules/Platform/FreeBSD.cmake \
|
|
${WRKSRC}/Modules/Platform/DragonFly.cmake
|
|
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../textproc/xmlrpc-c/buildlink3.mk"
|
|
.include "../../textproc/expat/buildlink3.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|