diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-11 21:13:53 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-11 21:13:53 +0000 |
commit | 9a2e4c8b780fc607dc4b4adabefb354c84401a96 (patch) | |
tree | f59767aed29b447d3d80ab987e898598663c27e3 /graphics/evas-engine-x11 | |
parent | 621c804e48a9fdddd6a00d78585fa8cb20c8460e (diff) | |
download | ports-9a2e4c8b780fc607dc4b4adabefb354c84401a96.tar.gz ports-9a2e4c8b780fc607dc4b4adabefb354c84401a96.zip |
Notes
Diffstat (limited to 'graphics/evas-engine-x11')
-rw-r--r-- | graphics/evas-engine-x11/Makefile | 60 | ||||
-rw-r--r-- | graphics/evas-engine-x11/distinfo | 3 | ||||
-rw-r--r-- | graphics/evas-engine-x11/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/evas-engine-x11/pkg-plist | 10 |
4 files changed, 79 insertions, 0 deletions
diff --git a/graphics/evas-engine-x11/Makefile b/graphics/evas-engine-x11/Makefile new file mode 100644 index 000000000000..8e9d45411569 --- /dev/null +++ b/graphics/evas-engine-x11/Makefile @@ -0,0 +1,60 @@ +# New ports collection makefile for: evas-engine-x11 +# Date created: 15 September 2007 +# Whom: Stanislav Sedov <stas@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= engine-x11 +PORTVERSION= 0.9.9.042 +CATEGORIES= graphics +MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \ + http://download.enlightenment.org/snapshots/2008-01-25/ +PKGNAMEPREFIX= evas- +DISTNAME= evas-${PORTVERSION} + +MAINTAINER= stas@FreeBSD.org +COMMENT= A hardware accelerated canvas API (X11 engine) + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_FREETYPE2= yes +USE_LDCONFIG= yes +USE_GNOME= gnomehack pkgconfig gnometarget +USE_EFL= evas +USE_XORG= x11 xext +BUILD_WRKSRC= ${WRKSRC}/src/modules/engines/software_x11 +INSTALL_WRKSRC= ${BUILD_WRKSRC} + +CONFIGURE_ARGS= --enable-software-x11 \ + --disable-software-16-x11 \ + --disable-software-xcb \ + --disable-directfb \ + --disable-sdl \ + --disable-buffer \ + --disable-software-qtopia \ + --disable-gl-x11 \ + --disable-cairo-x11 \ + --disable-xrender-x11 \ + --disable-xrender-xcb \ + --disable-glitz-x11 \ + --disable-image-loader-gif \ + --disable-image-loader-png \ + --disable-image-loader-jpeg \ + --disable-image-loader-eet \ + --disable-image-loader-edb \ + --disable-image-loader-tiff \ + --disable-image-loader-xpm \ + --disable-image-loader-svg + +post-patch: + @${REINPLACE_CMD} -E \ + -e 's,\$$\(top_builddir\)/src/lib/\.libs,${LOCALBASE}/lib,' \ + -e 's,\$$\(top_builddir\)/src/lib/libevas\.la,-levas,' \ + ${BUILD_WRKSRC}/Makefile.in + +post-install: + ${INSTALL_DATA} ${WRKSRC}/evas-software-x11.pc \ + ${PREFIX}/libdata/pkgconfig/ + +.include <bsd.port.mk> diff --git a/graphics/evas-engine-x11/distinfo b/graphics/evas-engine-x11/distinfo new file mode 100644 index 000000000000..5e8e2bc542ac --- /dev/null +++ b/graphics/evas-engine-x11/distinfo @@ -0,0 +1,3 @@ +MD5 (evas-0.9.9.042.tar.bz2) = 6811e52b0607ce21061a23462a1f9854 +SHA256 (evas-0.9.9.042.tar.bz2) = e7ebc64a983950979b5488cc0b6fe2b3220f24da554c12c96a4f9131e5a76440 +SIZE (evas-0.9.9.042.tar.bz2) = 7373199 diff --git a/graphics/evas-engine-x11/pkg-descr b/graphics/evas-engine-x11/pkg-descr new file mode 100644 index 000000000000..e525449b6c61 --- /dev/null +++ b/graphics/evas-engine-x11/pkg-descr @@ -0,0 +1,6 @@ +A hardware-accelerated canvas API for X-Windows that can draw anti-aliased +text, smooth super and sub-sampled images, alpha-blend, as well as drop down to +using normal X11 primitives such as pixmaps, lines and rectangles for speed if +your CPU or graphics hardware is too slow. + +WWW: http://enlightenment.sourceforge.net/Libraries/Evas/ diff --git a/graphics/evas-engine-x11/pkg-plist b/graphics/evas-engine-x11/pkg-plist new file mode 100644 index 000000000000..24851a75542c --- /dev/null +++ b/graphics/evas-engine-x11/pkg-plist @@ -0,0 +1,10 @@ +include/Evas_Engine_Software_X11.h +lib/evas/modules/engines/software_x11/%%E17_ARCH%%/module.a +lib/evas/modules/engines/software_x11/%%E17_ARCH%%/module.la +lib/evas/modules/engines/software_x11/%%E17_ARCH%%/module.so +libdata/pkgconfig/evas-software-x11.pc +@dirrm lib/evas/modules/engines/software_x11/%%E17_ARCH%% +@dirrm lib/evas/modules/engines/software_x11 +@dirrmtry lib/evas/modules/engines +@dirrmtry lib/evas/modules +@dirrmtry lib/evas |