diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-05-11 14:10:28 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-05-11 14:10:28 +0000 |
commit | 4e3e241093062f79167f48b1789acc215957e49c (patch) | |
tree | 85c655fbcc96cd0cdaca4e20133b97b58c513131 /mail/claws-mail-python | |
parent | b2259a909974739ce0115f783751532ba072e123 (diff) |
Notes
Diffstat (limited to 'mail/claws-mail-python')
-rw-r--r-- | mail/claws-mail-python/Makefile | 30 | ||||
-rw-r--r-- | mail/claws-mail-python/distinfo | 2 | ||||
-rw-r--r-- | mail/claws-mail-python/pkg-plist | 18 |
3 files changed, 3 insertions, 47 deletions
diff --git a/mail/claws-mail-python/Makefile b/mail/claws-mail-python/Makefile index 6ea6375ecc67..830ac7c83c44 100644 --- a/mail/claws-mail-python/Makefile +++ b/mail/claws-mail-python/Makefile @@ -2,37 +2,13 @@ # $FreeBSD$ PORTNAME= python -PORTVERSION= 0.11 -CATEGORIES= mail -MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ -PKGNAMEPREFIX= claws-mail- -DISTNAME= python_plugin-${PORTVERSION} +PORTREVISION= 0 -MAINTAINER= pawel@FreeBSD.org COMMENT= Python scripting plugin for Claws Mail -LICENSE= GPLv3 - -BUILD_DEPENDS= claws-mail>=3.9.0:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.9.0:${PORTSDIR}/mail/claws-mail - USE_GNOME= pygtk2 -USE_GMAKE= yes -USE_XORG= x11 -USE_AUTOTOOLS= autoconf -MAKE_JOBS_SAFE= yes - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -.include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif +CLAWS_PLUGINS_BUILD= python +.include "../claws-mail/Makefile.claws" .include <bsd.port.mk> diff --git a/mail/claws-mail-python/distinfo b/mail/claws-mail-python/distinfo deleted file mode 100644 index 48d49d6f24c2..000000000000 --- a/mail/claws-mail-python/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (python_plugin-0.11.tar.gz) = 15e577c4212ab3631aeff5a5814b8be79e6818e44fe3a6bed365976495fd8aa4 -SIZE (python_plugin-0.11.tar.gz) = 406917 diff --git a/mail/claws-mail-python/pkg-plist b/mail/claws-mail-python/pkg-plist deleted file mode 100644 index 90739fe01840..000000000000 --- a/mail/claws-mail-python/pkg-plist +++ /dev/null @@ -1,18 +0,0 @@ -lib/claws-mail/plugins/python_plugin.a -lib/claws-mail/plugins/python_plugin.la -lib/claws-mail/plugins/python_plugin.so -%%NLS%%share/locale/es/LC_MESSAGES/python_plugin.mo -%%NLS%%share/locale/ca/LC_MESSAGES/python_plugin.mo -%%NLS%%share/locale/cs/LC_MESSAGES/python_plugin.mo -%%NLS%%share/locale/fi/LC_MESSAGES/python_plugin.mo -%%NLS%%share/locale/fr/LC_MESSAGES/python_plugin.mo -%%NLS%%share/locale/hu/LC_MESSAGES/python_plugin.mo -%%NLS%%share/locale/id_ID/LC_MESSAGES/python_plugin.mo -%%NLS%%share/locale/ja/LC_MESSAGES/python_plugin.mo -%%NLS%%share/locale/lt/LC_MESSAGES/python_plugin.mo -%%NLS%%share/locale/nl/LC_MESSAGES/python_plugin.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/python_plugin.mo -%%NLS%%share/locale/sk/LC_MESSAGES/python_plugin.mo -%%NLS%%share/locale/uk/LC_MESSAGES/python_plugin.mo -%%NLS%%@dirrmtry share/locale/id_ID/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/id_ID |