mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
This plugin provides Python integration features.
WWW: http://www.claws-mail.org/plugins.php
This commit is contained in:
parent
51cb916476
commit
0fb48a4094
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244866
@ -57,6 +57,7 @@
|
||||
SUBDIR += claws-mail-newmail
|
||||
SUBDIR += claws-mail-notification
|
||||
SUBDIR += claws-mail-perl
|
||||
SUBDIR += claws-mail-python
|
||||
SUBDIR += claws-mail-rssyl
|
||||
SUBDIR += claws-mail-spamreport
|
||||
SUBDIR += claws-mail-synce
|
||||
|
28
mail/claws-mail-python/Makefile
Normal file
28
mail/claws-mail-python/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: claws-mail-python
|
||||
# Date created: 27 November 2009
|
||||
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= python
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
|
||||
PKGNAMEPREFIX= claws-mail-
|
||||
DISTNAME= python_plugin-${PORTVERSION}
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= Python plugin for claws-mail
|
||||
|
||||
BUILD_DEPENDS= claws-mail>=3.7.3:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.7.3:${PORTSDIR}/mail/claws-mail
|
||||
|
||||
USE_GNOME= pygtk2
|
||||
USE_GMAKE= yes
|
||||
USE_XORG= x11
|
||||
USE_AUTOTOOLS= autoconf:262
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
3
mail/claws-mail-python/distinfo
Normal file
3
mail/claws-mail-python/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (python_plugin-0.2.tar.gz) = f61b47d43a0855ff4af29352288e8599
|
||||
SHA256 (python_plugin-0.2.tar.gz) = 869714d19dc61305102cf89583a67996da39cdcbe24d2ccccbaefe784f941c47
|
||||
SIZE (python_plugin-0.2.tar.gz) = 355469
|
3
mail/claws-mail-python/pkg-descr
Normal file
3
mail/claws-mail-python/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This plugin provides Python integration features.
|
||||
|
||||
WWW: http://www.claws-mail.org/plugins.php
|
5
mail/claws-mail-python/pkg-plist
Normal file
5
mail/claws-mail-python/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
lib/claws-mail/plugins/python_plugin.a
|
||||
lib/claws-mail/plugins/python_plugin.la
|
||||
lib/claws-mail/plugins/python_plugin.so
|
||||
@dirrmtry lib/claws-mail/plugins
|
||||
@dirrmtry lib/claws-mail
|
Loading…
Reference in New Issue
Block a user