diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2012-06-26 17:36:30 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2012-06-26 17:36:30 +0000 |
commit | b9eaf394330b28c95aff1aed37c4e9c7269123a4 (patch) | |
tree | c7d813040107a076d3b35f3a2eefbed1462e4ed4 /x11-wm/e17-module-everything-aspell | |
parent | 2cce93719ddda5af2198b65d659b27535350e329 (diff) | |
download | ports-b9eaf394330b28c95aff1aed37c4e9c7269123a4.tar.gz ports-b9eaf394330b28c95aff1aed37c4e9c7269123a4.zip |
Notes
Diffstat (limited to 'x11-wm/e17-module-everything-aspell')
-rw-r--r-- | x11-wm/e17-module-everything-aspell/Makefile | 37 | ||||
-rw-r--r-- | x11-wm/e17-module-everything-aspell/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/e17-module-everything-aspell/pkg-descr | 3 | ||||
-rw-r--r-- | x11-wm/e17-module-everything-aspell/pkg-plist | 7 |
4 files changed, 49 insertions, 0 deletions
diff --git a/x11-wm/e17-module-everything-aspell/Makefile b/x11-wm/e17-module-everything-aspell/Makefile new file mode 100644 index 000000000000..8171376aef06 --- /dev/null +++ b/x11-wm/e17-module-everything-aspell/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: e17-module-everything-aspell +# Date created: 21 April 2012 +# Whom: Grzegorz Blach <magik@roorback.net> +# +# $FreeBSD$ +# + +PORTNAME= everything-aspell +PORTVERSION= 20111128 +CATEGORIES= x11-wm enlightenment +MASTER_SITES= http://files.roorback.net/e17/modules/ +PKGNAMEPREFIX= e17-module- + +MAINTAINER= magik@roorback.net +COMMENT= An e17 aspell plugin for the "everything" module + +BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment +RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment \ + aspell:${PORTSDIR}/textproc/aspell + +DIST_SUBDIR= e17 +GNU_CONFIGURE= yes +USE_BZIP2= yes +USE_GETTEXT= yes +USE_GMAKE= yes +USE_GNOME= 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-everything-aspell/distinfo b/x11-wm/e17-module-everything-aspell/distinfo new file mode 100644 index 000000000000..a8cc0381622c --- /dev/null +++ b/x11-wm/e17-module-everything-aspell/distinfo @@ -0,0 +1,2 @@ +SHA256 (e17/everything-aspell-20111128.tar.bz2) = 49dd0fe31d25356498a91650ddf38aef858e8aa1c4389b45720c334334a15bda +SIZE (e17/everything-aspell-20111128.tar.bz2) = 515350 diff --git a/x11-wm/e17-module-everything-aspell/pkg-descr b/x11-wm/e17-module-everything-aspell/pkg-descr new file mode 100644 index 000000000000..5523c0da5dc1 --- /dev/null +++ b/x11-wm/e17-module-everything-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell module for everything: checks spelling of words. + +WWW: http://www.enlightenment.org/ diff --git a/x11-wm/e17-module-everything-aspell/pkg-plist b/x11-wm/e17-module-everything-aspell/pkg-plist new file mode 100644 index 000000000000..12b7c489b83f --- /dev/null +++ b/x11-wm/e17-module-everything-aspell/pkg-plist @@ -0,0 +1,7 @@ +lib/enlightenment/modules/everything-aspell/e-module.edj +lib/enlightenment/modules/everything-aspell/%%E17_ARCH%%/module.so +lib/enlightenment/modules/everything-aspell/module.desktop +@dirrm lib/enlightenment/modules/everything-aspell/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/everything-aspell +@dirrmtry lib/enlightenment/modules +@dirrmtry lib/enlightenment |