Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / misc / raspberrypi-userland / Makefile
bloba748917b587c3e8306886b966092eceba9e7066b
1 # $NetBSD$
4 DISTNAME= raspberrypi-userland-20130128
5 CATEGORIES= misc
6 MASTER_SITES= http://ftp.NetBSD.org/pub/NetBSD/misc/jmcneill/rpi/
8 MAINTAINER= jmcneill@NetBSD.org
9 HOMEPAGE= http://github.com/jaredmcneill/userland
10 COMMENT= Various libraries for the Raspberry Pi
11 LICENSE= modified-bsd
13 ONLY_FOR_PLATFORM= NetBSD-*-arm
15 USE_LANGUAGES= c c++
17 USE_CMAKE= yes
18 CMAKE_ARGS+= -DCMAKE_TOOLCHAIN_FILE=${WRKSRC}/makefiles/cmake/toolchains/arm-netbsdelf.cmake
19 CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release
21 SUBST_CLASSES+= vc
22 SUBST_STAGE.vc= pre-configure
23 SUBST_MESSAGE.vc= Fixing hard-coded install paths.
24 SUBST_FILES.vc= makefiles/cmake/vmcs.cmake
25 SUBST_SED.vc= -e 's,/opt/vc,${PREFIX},g'
27 .include "../../mk/bsd.pkg.mk"