diff options
Diffstat (limited to 'graphics/evas-loader-xpm')
-rw-r--r-- | graphics/evas-loader-xpm/Makefile | 46 | ||||
-rw-r--r-- | graphics/evas-loader-xpm/distinfo | 2 | ||||
-rw-r--r-- | graphics/evas-loader-xpm/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/evas-loader-xpm/pkg-plist | 1 |
4 files changed, 0 insertions, 55 deletions
diff --git a/graphics/evas-loader-xpm/Makefile b/graphics/evas-loader-xpm/Makefile deleted file mode 100644 index 36b80af21f4e..000000000000 --- a/graphics/evas-loader-xpm/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# Created by: Stanislav Sedov <stas@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= loader-xpm -PORTVERSION= 1.7.9 -PORTREVISION= 1 -CATEGORIES= graphics enlightenment -MASTER_SITES= http://download.enlightenment.org/releases/ \ - LOCAL/gblach/e17/ -PKGNAMEPREFIX= evas- -DISTNAME= ${PKGNAMEPREFIX}${PORTVERSION} - -MAINTAINER= gblach@FreeBSD.org -COMMENT= Hardware accelerated canvas API (XPM loader) - -LICENSE= BSD - -LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 - -DIST_SUBDIR= e17 -GNU_CONFIGURE= yes -USES= gmake pkgconfig tar:bzip2 -USE_EFL= evas librt_hack libtool_hack -USE_XORG= xpm -USE_LDCONFIG= yes - -MAKEDIRS= ${WRKSRC}/src/modules/loaders/xpm - -.include "../evas-core/Makefile.inc" -CONFIGURE_ARGS+= --enable-image-loader-xpm - -post-patch: - @${REINPLACE_CMD} -E \ - -e 's,\$$\(top_builddir\)/src/lib/\.libs,${LOCALBASE}/lib,' \ - -e 's,\$$\(top_builddir\)/src/lib/libevas\.la,-levas,' \ - ${MAKEDIRS:S,$,/Makefile.in,} - -do-build: - @(for DIR in ${MAKEDIRS}; do cd $${DIR}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ - ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}; done) - -do-install: - @(for DIR in ${MAKEDIRS}; do cd $${DIR}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ - ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}; done) - -.include <bsd.port.mk> diff --git a/graphics/evas-loader-xpm/distinfo b/graphics/evas-loader-xpm/distinfo deleted file mode 100644 index 5a433fcefba3..000000000000 --- a/graphics/evas-loader-xpm/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (e17/evas-1.7.9.tar.bz2) = ae3065ecc16158b45e83a62042ac7d577c72fb6427123a126ec7ed8abe8408f7 -SIZE (e17/evas-1.7.9.tar.bz2) = 9459596 diff --git a/graphics/evas-loader-xpm/pkg-descr b/graphics/evas-loader-xpm/pkg-descr deleted file mode 100644 index ff3217abcad0..000000000000 --- a/graphics/evas-loader-xpm/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -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://docs.enlightenment.org/auto/evas/ diff --git a/graphics/evas-loader-xpm/pkg-plist b/graphics/evas-loader-xpm/pkg-plist deleted file mode 100644 index af4f73d21037..000000000000 --- a/graphics/evas-loader-xpm/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/evas/modules/loaders/xpm/%%E17_ARCH%%/module.so |