blob: cea6cd8d2c97de4b04dc6afd411fab6449691327 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= python
PORTREVISION= 0
COMMENT= Python scripting plugin for Claws Mail
USE_GNOME= pygtk2
CLAWS_PLUGINS_BUILD= python
NO_STAGE= yes
.include "../claws-mail/Makefile.claws"
.include <bsd.port.mk>
|