update Wed Jun 16 06:37:00 PDT 2010
[pkgsrc.git] / wip / ogre / Makefile
1 # $NetBSD: Makefile,v 1.27 2010/01/18 09:58:46 wiz Exp $
2 #
3
4 DISTNAME=       ogre_src_v1-7-1
5 PKGNAME=        ogre-1.7.1
6 PKGREVISION=    1
7 CATEGORIES=     devel
8 MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=ogre/}
9 EXTRACT_SUFX=   .tar.bz2
10
11 MAINTAINER=     pkgsrc-users@NetBSD.org
12 HOMEPAGE=       http://ogre.sourceforge.net/
13 COMMENT=        Object-Oriented Graphics Rendering Engine
14
15 PKG_DESTDIR_SUPPORT=    user-destdir
16
17 WRKSRC=                 ${WRKDIR}/${DISTNAME}
18 USE_CMAKE=      YES
19 USE_TOOLS+=             gmake pkg-config xmkmf
20 USE_LANGUAGES=          c c++
21 USE_LIBTOOL=            yes
22
23 PKGCONFIG_OVERRIDE+=    CMake/Templates/OGRE-PCZ.pc.in
24 PKGCONFIG_OVERRIDE+=    CMake/Templates/OGREStatic.pc.in
25 PKGCONFIG_OVERRIDE+=    CMake/Templates/OGRE-Paging.pc.in
26 PKGCONFIG_OVERRIDE+=    CMake/Templates/OGRE-Terrain.pc.in
27 PKGCONFIG_OVERRIDE+=    CMake/Templates/OGRE-RTShaderSystem.pc.in
28 PKGCONFIG_OVERRIDE+=    CMake/Templates/OGRE-Property.pc.in
29 PKGCONFIG_OVERRIDE+=    CMake/Templates/OGRE.pc.in
30
31 .include "../../archivers/zziplib/buildlink3.mk"
32 .include "../../devel/devIL/buildlink3.mk"
33 .include "../../devel/zlib/buildlink3.mk"
34 .include "../../devel/boost-headers/buildlink3.mk"
35 .include "../../devel/boost-libs/buildlink3.mk"
36 .include "../../graphics/MesaLib/buildlink3.mk"
37 .include "../../graphics/freetype2/buildlink3.mk"
38 .include "../../graphics/glu/buildlink3.mk"
39 .include "../../x11/libXaw/buildlink3.mk"
40 .include "../../mk/pthread.buildlink3.mk"
41 .include "../../mk/bsd.pkg.mk"