diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2010-12-14 07:30:56 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2010-12-14 07:30:56 +0000 |
commit | 4e6b9d37ad988e5ce212eb64d3da6c89f036995b (patch) | |
tree | c034200ad770d5a81c162443b728bd36b7987a9c /graphics/evas-engine-x11/Makefile | |
parent | 32d827c027cde0f59dfae87babbc1499241115ab (diff) |
Notes
Diffstat (limited to 'graphics/evas-engine-x11/Makefile')
-rw-r--r-- | graphics/evas-engine-x11/Makefile | 38 |
1 files changed, 11 insertions, 27 deletions
diff --git a/graphics/evas-engine-x11/Makefile b/graphics/evas-engine-x11/Makefile index aca91cf54d14..6d9bc0eeacc9 100644 --- a/graphics/evas-engine-x11/Makefile +++ b/graphics/evas-engine-x11/Makefile @@ -6,48 +6,32 @@ # PORTNAME= engine-x11 -PORTVERSION= 0.9.9.042 -PORTREVISION= 2 -CATEGORIES= graphics -MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \ - http://download.enlightenment.org/snapshots/2008-01-25/ +DISTVERSION= 1.0.0.beta +PORTREVISION= 0 +CATEGORIES= graphics enlightenment +MASTER_SITES= http://download.enlightenment.org/releases/ \ + http://files.roorback.net/e17/2010-10-03/base/ PKGNAMEPREFIX= evas- -DISTNAME= evas-${PORTVERSION} +DISTNAME= evas-${DISTVERSION} MAINTAINER= stas@FreeBSD.org COMMENT= A hardware accelerated canvas API (X11 engine) LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 +LICENSE= BSD +DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GNOME= gnomehack pkgconfig gnometarget -USE_EFL= evas +USE_EFL= evas librt_hack libtool_hack 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 +.include "../evas-core/Makefile.inc" +CONFIGURE_ARGS+= --enable-software-xlib post-patch: @${REINPLACE_CMD} -E \ |