1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/audio/pithos/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

33 lines
824 B
Makefile

# Created by: John Hixson <john@pcbsd.org>
# $FreeBSD$
PORTNAME= pithos
PORTVERSION= 1.0.0
PORTREVISION= 2
CATEGORIES= audio
MAINTAINER= john@pcbsd.org
COMMENT= Pandora client for the GNOME desktop
LICENSE= GPLv3
USE_GITHUB= yes
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/xdg/__init__.py:devel/py3-xdg \
${PYTHON_SITELIBDIR}/dbus/__init__.py:devel/py3-dbus \
${PYTHON_SITELIBDIR}/gi/overrides/Gst.py:multimedia/py3-gstreamer1 \
${PYTHON_PKGNAMEPREFIX}pylast>0:audio/py3-pylast \
git:devel/git
USE_GNOME= gtk30 py3gobject3
USES= python:3
USE_PYTHON= distutils autoplist
USE_GSTREAMER= core good bad soup
post-install:
${MKDIR} ${STAGEDIR}${DATADIR}
(cd ${WRKSRC}/data/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR})
(cd ${WRKSRC}/pithos/data/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR})
.include <bsd.port.mk>