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 /x11-wm/e17-module-winselector | |
parent | 32d827c027cde0f59dfae87babbc1499241115ab (diff) | |
download | ports-4e6b9d37ad988e5ce212eb64d3da6c89f036995b.tar.gz ports-4e6b9d37ad988e5ce212eb64d3da6c89f036995b.zip |
Notes
Diffstat (limited to 'x11-wm/e17-module-winselector')
-rw-r--r-- | x11-wm/e17-module-winselector/Makefile | 25 | ||||
-rw-r--r-- | x11-wm/e17-module-winselector/distinfo | 5 | ||||
-rw-r--r-- | x11-wm/e17-module-winselector/pkg-plist | 8 |
3 files changed, 22 insertions, 16 deletions
diff --git a/x11-wm/e17-module-winselector/Makefile b/x11-wm/e17-module-winselector/Makefile index 1b159d62f042..af6edd592fc5 100644 --- a/x11-wm/e17-module-winselector/Makefile +++ b/x11-wm/e17-module-winselector/Makefile @@ -7,22 +7,31 @@ # PORTNAME= winselector -PORTVERSION= 20080223 -PORTREVISION= 4 -CATEGORIES= x11-wm -MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ +PORTVERSION= 20101003 +CATEGORIES= x11-wm enlightenment +MASTER_SITES= http://files.roorback.net/e17/2010-10-03/modules/ PKGNAMEPREFIX= e17-module- +DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= stas@FreeBSD.org COMMENT= An e17 module to switch between windows -BUILD_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment -RUN_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment +BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment +RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment +DIST_SUBDIR= e17 GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= pkgconfig gnometarget -USE_EFL= edje +USE_GNOME= gnometarget pkgconfig +USE_EFL= edje libtool_hack modarch_hack + +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif .include <bsd.port.mk> diff --git a/x11-wm/e17-module-winselector/distinfo b/x11-wm/e17-module-winselector/distinfo index bf1bec42b879..ef3843c863b4 100644 --- a/x11-wm/e17-module-winselector/distinfo +++ b/x11-wm/e17-module-winselector/distinfo @@ -1,3 +1,2 @@ -MD5 (winselector-20080223.tar.bz2) = a3f10fee0c678ebff0dfa0a9f970362d -SHA256 (winselector-20080223.tar.bz2) = 30a87d45b954627dcb44e5a2f404a59c6f5eb1dcb0938a2b4bfe07aec74f0332 -SIZE (winselector-20080223.tar.bz2) = 246692 +SHA256 (e17/winselector-20101003.tar.bz2) = 4b0bfe206177cf6c1dcee12a089baceba31abfd189b4fdb18c0ffe55ffddea43 +SIZE (e17/winselector-20101003.tar.bz2) = 377545 diff --git a/x11-wm/e17-module-winselector/pkg-plist b/x11-wm/e17-module-winselector/pkg-plist index 61cdf4bfb075..9e2f6c6a4549 100644 --- a/x11-wm/e17-module-winselector/pkg-plist +++ b/x11-wm/e17-module-winselector/pkg-plist @@ -1,9 +1,7 @@ -lib/enlightenment/modules/winselector/%%E17_ARCH%%/module.a -lib/enlightenment/modules/winselector/%%E17_ARCH%%/module.la -lib/enlightenment/modules/winselector/%%E17_ARCH%%/module.so -lib/enlightenment/modules/winselector/module.desktop -lib/enlightenment/modules/winselector/e-module-winselector.edj lib/enlightenment/modules/winselector/winselector.edj +lib/enlightenment/modules/winselector/e-module-winselector.edj +lib/enlightenment/modules/winselector/module.desktop +lib/enlightenment/modules/winselector/%%E17_ARCH%%/module.so @dirrm lib/enlightenment/modules/winselector/%%E17_ARCH%% @dirrm lib/enlightenment/modules/winselector @dirrmtry lib/enlightenment/modules |