diff options
Diffstat (limited to 'graphics/ecore-sdl')
-rw-r--r-- | graphics/ecore-sdl/Makefile | 54 | ||||
-rw-r--r-- | graphics/ecore-sdl/distinfo | 3 | ||||
-rw-r--r-- | graphics/ecore-sdl/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/ecore-sdl/pkg-plist | 6 |
4 files changed, 68 insertions, 0 deletions
diff --git a/graphics/ecore-sdl/Makefile b/graphics/ecore-sdl/Makefile new file mode 100644 index 000000000000..e23f3e4e2c57 --- /dev/null +++ b/graphics/ecore-sdl/Makefile @@ -0,0 +1,54 @@ +# New ports collection makefile for: ecore-sdl +# Date created: 22 September 2007 +# Whom: Stanislav Sedov <stas@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= sdl +PORTVERSION= 0.9.9.042 +PORTREVISION= 0 +CATEGORIES= graphics +MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \ + http://download.enlightenment.org/snapshots/2008-01-25/ +PKGNAMEPREFIX= ecore- +DISTNAME= ecore-${PORTVERSION} + +MAINTAINER= stas@FreeBSD.org +COMMENT= Enlightenment core abstraction library (sdl module) + +GNU_CONFIGURE= yes +USE_BZIP2= yes +USE_GNOME= gnomehack pkgconfig gnometarget +USE_LDCONFIG= yes +USE_GETOPT_LONG=yes +USE_EFL= ecore +USE_SDL= sdl +BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_sdl +INSTALL_WRKSRC= ${BUILD_WRKSRC} + +CONFIGURE_ARGS= --disable-ecore-con \ + --disable-ecore-config \ + --disable-ecore-desktop \ + --disable-ecore-directfb \ + --disable-ecore-evas \ + --disable-ecore-file \ + --disable-ecore-ipc \ + --disable-ecore-job \ + --enable-ecore-sdl \ + --disable-ecore-txt \ + --disable-ecore-x \ + --disable-ecore-imf \ + --disable-ecore-imf_evas + +post-patch: + @${REINPLACE_CMD} -E -e \ + 's,\$$\(top_builddir\)/src/lib/ecore/\.libs,${LOCALBASE}/lib,'\ + -e 's,\$$\(top_builddir\)/src/lib/ecore/libecore\.la,-lecore,'\ + ${BUILD_WRKSRC}/Makefile.in + +post-install: + ${INSTALL_DATA} ${WRKSRC}/ecore-sdl.pc \ + ${PREFIX}/libdata/pkgconfig/ + +.include <bsd.port.mk> diff --git a/graphics/ecore-sdl/distinfo b/graphics/ecore-sdl/distinfo new file mode 100644 index 000000000000..4672f6a1c167 --- /dev/null +++ b/graphics/ecore-sdl/distinfo @@ -0,0 +1,3 @@ +MD5 (ecore-0.9.9.042.tar.bz2) = a66df2b5f0b1a6abc47bb50bf2b26846 +SHA256 (ecore-0.9.9.042.tar.bz2) = 26486fd2c80e4000b673f81ce637aa50c17c767e4c2af8f56de5d110e387d136 +SIZE (ecore-0.9.9.042.tar.bz2) = 5285732 diff --git a/graphics/ecore-sdl/pkg-descr b/graphics/ecore-sdl/pkg-descr new file mode 100644 index 000000000000..2559668d0e57 --- /dev/null +++ b/graphics/ecore-sdl/pkg-descr @@ -0,0 +1,5 @@ +A core event abstracter layer and X abstraction layer that makes doing +selections, Xdnd, general X stuff, and event loops, timeouts and idle handlers +fast, optimised, and convenient. + +WWW: http://enlightenment.sourceforge.net/Libraries/Ecore/ diff --git a/graphics/ecore-sdl/pkg-plist b/graphics/ecore-sdl/pkg-plist new file mode 100644 index 000000000000..5a7aaa3868c3 --- /dev/null +++ b/graphics/ecore-sdl/pkg-plist @@ -0,0 +1,6 @@ +include/Ecore_Sdl.h +lib/libecore_sdl.a +lib/libecore_sdl.la +lib/libecore_sdl.so +lib/libecore_sdl.so.9 +libdata/pkgconfig/ecore-sdl.pc |