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 /x11-wm/e-module-everything-places | |
parent | e688f6929aa312916047cec14f32a26ac695505a (diff) | |
download | ports-273c6e6d76de909e0b97d381d45340af8e91a37e.tar.gz ports-273c6e6d76de909e0b97d381d45340af8e91a37e.zip |
Notes
Diffstat (limited to 'x11-wm/e-module-everything-places')
-rw-r--r-- | x11-wm/e-module-everything-places/Makefile | 35 | ||||
-rw-r--r-- | x11-wm/e-module-everything-places/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/e-module-everything-places/pkg-descr | 3 | ||||
-rw-r--r-- | x11-wm/e-module-everything-places/pkg-plist | 22 |
4 files changed, 62 insertions, 0 deletions
diff --git a/x11-wm/e-module-everything-places/Makefile b/x11-wm/e-module-everything-places/Makefile new file mode 100644 index 000000000000..41b29277ae2a --- /dev/null +++ b/x11-wm/e-module-everything-places/Makefile @@ -0,0 +1,35 @@ +# Created by: Grzegorz Blach <gblach@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= e-module-everything-places +PORTVERSION= 20140606 +CATEGORIES= x11-wm enlightenment +MASTER_SITES= LOCAL/gblach/enlightenment/ + +MAINTAINER= gblach@FreeBSD.org +COMMENT= Enlightenment places plugin for the "everything" module + +BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment +RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment + +DIST_SUBDIR= enlightenment +GNU_CONFIGURE= yes +USES= gmake libtool pkgconfig tar:xz +INSTALL_TARGET= install-strip + +.include "../enlightenment/Makefile.plist" + +OPTIONS_DEFINE= NLS + +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MNLS} +USES+= gettext +CONFIGURE_ARGS+=--enable-nls +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+=--disable-nls +PLIST_SUB+= NLS="@comment " +.endif + +.include <bsd.port.mk> diff --git a/x11-wm/e-module-everything-places/distinfo b/x11-wm/e-module-everything-places/distinfo new file mode 100644 index 000000000000..13a216e90fdc --- /dev/null +++ b/x11-wm/e-module-everything-places/distinfo @@ -0,0 +1,2 @@ +SHA256 (enlightenment/e-module-everything-places-20140606.tar.xz) = d7abb1acb82d48900d5aefeea190001be789caa96ec7a1c5cd04934558c705b9 +SIZE (enlightenment/e-module-everything-places-20140606.tar.xz) = 273912 diff --git a/x11-wm/e-module-everything-places/pkg-descr b/x11-wm/e-module-everything-places/pkg-descr new file mode 100644 index 000000000000..33a3745d2888 --- /dev/null +++ b/x11-wm/e-module-everything-places/pkg-descr @@ -0,0 +1,3 @@ +An e17 places plugin for the "everything" module. + +WWW: http://www.enlightenment.org/ diff --git a/x11-wm/e-module-everything-places/pkg-plist b/x11-wm/e-module-everything-places/pkg-plist new file mode 100644 index 000000000000..c18bcd78c95c --- /dev/null +++ b/x11-wm/e-module-everything-places/pkg-plist @@ -0,0 +1,22 @@ +lib/enlightenment/modules/everything-places/%%ENLIGHTENMENT_ARCH%%/module.a +lib/enlightenment/modules/everything-places/%%ENLIGHTENMENT_ARCH%%/module.so +lib/enlightenment/modules/everything-places/module.desktop +lib/enlightenment/modules/everything-places/e-module.edj +%%NLS%%lib/enlightenment/modules/everything-places/locale/ar/LC_MESSAGES/everything-places.mo +%%NLS%%lib/enlightenment/modules/everything-places/locale/it/LC_MESSAGES/everything-places.mo +%%NLS%%lib/enlightenment/modules/everything-places/locale/fr/LC_MESSAGES/everything-places.mo +%%NLS%%lib/enlightenment/modules/everything-places/locale/cs/LC_MESSAGES/everything-places.mo +%%NLS%%lib/enlightenment/modules/everything-places/locale/el/LC_MESSAGES/everything-places.mo +%%NLS%%lib/enlightenment/modules/everything-places/locale/pt/LC_MESSAGES/everything-places.mo +%%NLS%%lib/enlightenment/modules/everything-places/locale/sl/LC_MESSAGES/everything-places.mo +%%NLS%%lib/enlightenment/modules/everything-places/locale/nl/LC_MESSAGES/everything-places.mo +%%NLS%%lib/enlightenment/modules/everything-places/locale/ca/LC_MESSAGES/everything-places.mo +%%NLS%%lib/enlightenment/modules/everything-places/locale/eo/LC_MESSAGES/everything-places.mo +%%NLS%%lib/enlightenment/modules/everything-places/locale/es/LC_MESSAGES/everything-places.mo +%%NLS%%lib/enlightenment/modules/everything-places/locale/gl/LC_MESSAGES/everything-places.mo +%%NLS%%lib/enlightenment/modules/everything-places/locale/ru/LC_MESSAGES/everything-places.mo +%%NLS%%lib/enlightenment/modules/everything-places/locale/sr/LC_MESSAGES/everything-places.mo +%%NLS%%lib/enlightenment/modules/everything-places/locale/zh_CN/LC_MESSAGES/everything-places.mo +%%NLS%%lib/enlightenment/modules/everything-places/locale/hu/LC_MESSAGES/everything-places.mo +%%NLS%%lib/enlightenment/modules/everything-places/locale/lt/LC_MESSAGES/everything-places.mo +%%NLS%%lib/enlightenment/modules/everything-places/locale/tr/LC_MESSAGES/everything-places.mo |