ajacoutot 6ca9071a96 When net/deluge port is running in thin client mode the Preferences window in
GTK UI cannot be opened. Fix this by merging a patch from upstream.

via heavytripat tutanota dot com
2018-10-31 12:41:50 +00:00

37 lines
751 B
Makefile

# $OpenBSD: Makefile,v 1.5 2018/10/31 12:41:50 ajacoutot Exp $
COMMENT = bittorrent client
DISTNAME = deluge-${MODPY_EGG_VERSION}
MODPY_EGG_VERSION = 1.3.15
REVISION = 3
CATEGORIES = net
HOMEPAGE = https://www.deluge-torrent.org/
# GPLv3+
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = http://download.deluge-torrent.org/source/
EXTRACT_SUFX = .tar.xz
MODULES = lang/python \
textproc/intltool
MODPY_SETUPTOOLS = Yes
BUILD_DEPENDS = devel/py-xdg \
net/libtorrent-rasterbar \
textproc/py-chardet
RUN_DEPENDS = devel/desktop-file-utils \
devel/py-twisted \
devel/py-xdg \
graphics/py-Pillow \
net/libtorrent-rasterbar \
textproc/py-chardet \
www/py-mako \
x11/gtk+3,-guic \
x11/py-gtk2
.include <bsd.port.mk>