summaryrefslogtreecommitdiff
path: root/net-p2p/deluge/Makefile
blob: ff9aa2ff48a767a98c62d1c488773ba3796cc844 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$

PORTNAME=	deluge
PORTVERSION=	1.3.15
PORTREVISION=	3
PORTEPOCH=	1
CATEGORIES=	net-p2p python

MAINTAINER=	rm@FreeBSD.org
COMMENT=	Bittorrent client using Python, GTK2, and libtorrent-rasterbar

LICENSE=	GPLv3

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus>=0.83:devel/py-dbus@${PY_FLAVOR} \
		${PYGAME} \
		${PYTHON_PKGNAMEPREFIX}notify>=0.1.1:devel/py-notify@${PY_FLAVOR} \
		xdg-utils>=1.0.2:devel/xdg-utils \
		deluge:net-p2p/deluge-cli

USES=		python:-2.7 metaport
USE_GNOME=	librsvg2 pygtk2

.include <bsd.port.mk>