Thu Feb 26 18:46:52 2009 UTC ()
Set DISTINFO_FILE and PATCHDIR to share them with backend packages.


(minskim)
diff -r1.1.1.1 -r1.2 pkgsrc/graphics/evas/Makefile.common

cvs diff -r1.1.1.1 -r1.2 pkgsrc/graphics/evas/Makefile.common (expand / switch to unified diff)

--- pkgsrc/graphics/evas/Makefile.common 2009/02/26 18:12:55 1.1.1.1
+++ pkgsrc/graphics/evas/Makefile.common 2009/02/26 18:46:52 1.2
@@ -1,24 +1,27 @@ @@ -1,24 +1,27 @@
1# $NetBSD: Makefile.common,v 1.1.1.1 2009/02/26 18:12:55 minskim Exp $ 1# $NetBSD: Makefile.common,v 1.2 2009/02/26 18:46:52 minskim Exp $
2 2
3DISTNAME= evas-0.9.9.050 3DISTNAME= evas-0.9.9.050
4CATEGORIES= graphics 4CATEGORIES= graphics
5MASTER_SITES= http://download.enlightenment.org/snapshots/2008-09-25/ 5MASTER_SITES= http://download.enlightenment.org/snapshots/2008-09-25/
6 6
7MAINTAINER= yazzy@yazzy.org 7MAINTAINER= yazzy@yazzy.org
8HOMEPAGE= http://enlightenment.org/ 8HOMEPAGE= http://enlightenment.org/
9 9
10PKG_DESTDIR_SUPPORT= user-destdir 10PKG_DESTDIR_SUPPORT= user-destdir
11 11
 12DISTINFO_FILE= ${.CURDIR}/../../graphics/evas/distinfo
 13PATCHDIR= ${.CURDIR}/../../graphics/evas/patches
 14
12GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
13USE_LIBTOOL= yes 16USE_LIBTOOL= yes
14USE_TOOLS+= gmake pkg-config 17USE_TOOLS+= gmake pkg-config
15 18
16.for mod in software-ddraw software-16-ddraw direct3d software-16-wince \ 19.for mod in software-ddraw software-16-ddraw direct3d software-16-wince \
17 software-x11 software-16-x11 software-xcb directfb sdl \ 20 software-x11 software-16-x11 software-xcb directfb sdl \
18 sdl-primitive fb buffer software-qtopia gl-x11 quartz gl-glew \ 21 sdl-primitive fb buffer software-qtopia gl-x11 quartz gl-glew \
19 xrender-x11 xrender-xcb glitz-x11 22 xrender-x11 xrender-xcb glitz-x11
20. if defined(EVAS_ENGINES) && !empty(EVAS_ENGINES:M${mod}) 23. if defined(EVAS_ENGINES) && !empty(EVAS_ENGINES:M${mod})
21CONFIGURE_ARGS+= --enable-${mod} 24CONFIGURE_ARGS+= --enable-${mod}
22. else 25. else
23CONFIGURE_ARGS+= --disable-${mod} 26CONFIGURE_ARGS+= --disable-${mod}
24. endif 27. endif