pkgsrc/devel/ogre/Makefile
wiz 18d6941e6e Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882
2013-06-03 10:04:30 +00:00

37 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.37 2013/06/03 10:04:48 wiz Exp $
#
DISTNAME= ogre-v1-6-3
PKGNAME= ogre-1.6.3
PKGREVISION= 9
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ogre/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ogre.sourceforge.net/
COMMENT= Object-Oriented Graphics Rendering Engine
LICENSE= gnu-lgpl-v2.1
WRKSRC= ${WRKDIR}/ogre
GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config xmkmf
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --with-platform=GLX
CONFIGURE_ARGS+= --disable-freeimage
CONFIGURE_ARGS+= --disable-cg
PKGCONFIG_OVERRIDE+= OGRE.pc.in
.include "../../archivers/zziplib/buildlink3.mk"
.include "../../devel/devIL/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/glu/buildlink3.mk"
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXxf86vm/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"