2006-06-12 18:28:54 +02:00
|
|
|
# $NetBSD: Makefile,v 1.20 2006/06/12 16:28:55 thomasklausner Exp $
|
2003-04-14 07:29:55 +02:00
|
|
|
|
2005-09-30 16:10:18 +02:00
|
|
|
DISTNAME= DirectFB-0.9.22
|
|
|
|
PKGNAME= directfb-0.9.22
|
2006-06-12 18:28:54 +02:00
|
|
|
PKGREVISION= 1
|
2003-04-14 07:29:55 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= http://www.directfb.org/download/DirectFB/
|
|
|
|
|
2006-05-19 18:51:13 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2003-04-14 07:29:55 +02:00
|
|
|
HOMEPAGE= http://www.directfb.org/
|
|
|
|
COMMENT= Thin library that provides hardware graphics acceleration
|
|
|
|
|
2003-07-12 17:34:50 +02:00
|
|
|
ONLY_FOR_PLATFORM= Linux-*-* NetBSD-*-*
|
2003-06-03 05:18:25 +02:00
|
|
|
|
2005-09-30 16:10:18 +02:00
|
|
|
USE_LIBTOOL+= yes
|
|
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE= directfb.pc.in lib/direct/direct.pc.in \
|
|
|
|
lib/fusion/fusion.pc.in lib/voodoo/voodoo.pc.in
|
|
|
|
GNU_CONFIGURE= yes
|
2003-04-14 07:29:55 +02:00
|
|
|
CONFIGURE_ARGS+= --with-gfxdrivers=all
|
|
|
|
|
2003-06-03 05:51:45 +02:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
.if ${OPSYS} != "Linux"
|
2004-04-12 04:44:55 +02:00
|
|
|
.include "../../devel/SDL/buildlink3.mk"
|
2003-06-03 05:51:45 +02:00
|
|
|
.endif
|
|
|
|
|
2004-04-12 04:44:55 +02:00
|
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
2005-09-30 16:10:18 +02:00
|
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
|
|
.include "../../graphics/png/buildlink3.mk"
|
2004-04-12 04:44:55 +02:00
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
2003-04-14 07:29:55 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|