40 lines
924 B
Makefile
40 lines
924 B
Makefile
# $OpenBSD: Makefile,v 1.25 2020/10/03 15:39:57 ajacoutot Exp $
|
|
|
|
GH_ACCOUNT = pithos
|
|
GH_PROJECT = pithos
|
|
GH_TAGNAME = 1.1.2
|
|
REVISION = 5
|
|
|
|
COMMENT = Pandora client for GNOME
|
|
CATEGORIES = audio x11
|
|
SUBST_VARS += GH_TAGNAME
|
|
|
|
HOMEPAGE = http://pithos.github.io/
|
|
|
|
# Github page says GPLv3+
|
|
# But the code says GPLv3 only
|
|
# pithos/pandora/blowfish.py: AGPLv3+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
|
|
MODPY_SETUPTOOLS = Yes
|
|
|
|
RUN_DEPENDS = audio/py-last${MODPY_FLAVOR}>=0.5.11 \
|
|
devel/desktop-file-utils \
|
|
devel/libnotify \
|
|
devel/py-gobject3${MODPY_FLAVOR} \
|
|
devel/py-xdg${MODPY_FLAVOR} \
|
|
multimedia/gstreamer1/plugins-good \
|
|
multimedia/gstreamer1/plugins-libav \
|
|
x11/dbus-python${MODPY_FLAVOR} \
|
|
x11/keybinder3 \
|
|
x11/gtk+3,-guic
|
|
|
|
TEST_DEPENDS = audio/py-last${MODPY_FLAVOR}>=0.5.11
|
|
|
|
pre-configure:
|
|
sed -i "s,/usr/s,s,g" ${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|