diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2014-11-25 03:07:22 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2014-11-25 03:07:22 +0000 |
commit | 273c6e6d76de909e0b97d381d45340af8e91a37e (patch) | |
tree | a3ede366da71e5f2c9d8a5565a987a08de3b99d0 /graphics/ethumb/Makefile | |
parent | e688f6929aa312916047cec14f32a26ac695505a (diff) |
Notes
Diffstat (limited to 'graphics/ethumb/Makefile')
-rw-r--r-- | graphics/ethumb/Makefile | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/graphics/ethumb/Makefile b/graphics/ethumb/Makefile deleted file mode 100644 index 2df0401eee86..000000000000 --- a/graphics/ethumb/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# Created by: Grzegorz Blach <gblach@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= ethumb -PORTVERSION= 1.7.9 -PORTREVISION= 1 -CATEGORIES= graphics enlightenment -MASTER_SITES= http://download.enlightenment.org/releases/ \ - LOCAL/gblach/e17/ - -MAINTAINER= gblach@FreeBSD.org -COMMENT= Thumbnail generator library - -LICENSE= LGPL21 - -LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif - -DIST_SUBDIR= e17 -GNU_CONFIGURE= yes -USES= pathfix pkgconfig tar:bzip2 -USE_EFL= eina evas ecore edje libtool_hack -USE_EFL_ECORE= evas file x11 input_evas -USE_LDCONFIG= yes - -CONFIGURE_ARGS= --disable-epdf - -OPTIONS_DEFINE= EMOTION ETHUMBD -OPTIONS_DEFAULT=EMOTION ETHUMBD -EMOTION_DESC= Build with Emotion module -ETHUMBD_DESC= Build ethumbd daemon (requires dbus) - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MEMOTION} -USE_EFL+= emotion -CONFIGURE_ARGS+=--enable-emotion -PLIST_SUB+= EMOTION="" -.else -CONFIGURE_ARGS+=--disable-emotion -PLIST_SUB+= EMOTION="@comment " -.endif - -.if ${PORT_OPTIONS:METHUMBD} -USE_EFL+= edbus -PLIST_SUB+= ETHUMBD="" -CONFIGURE_ARGS+=--enable-ethumbd -.else -PLIST_SUB+= ETHUMBD="@comment " -CONFIGURE_ARGS+=--disable-ethumbd -.endif - -.include <bsd.port.mk> |