summaryrefslogtreecommitdiffstats
path: root/audio/py-xmms2
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-04-01 03:52:52 +0000
committeredwin <edwin@FreeBSD.org>2006-04-01 03:52:52 +0000
commitb61472fe6e2d565daa8cf941be8e6763446b88f0 (patch)
treefbe93beede10aa4ab07c2266b2a4a38ecb776903 /audio/py-xmms2
parent8882743c890866b8da28ec9767d0ce38a872005c (diff)
downloadFreeBSD-ports-b61472fe6e2d565daa8cf941be8e6763446b88f0.zip
FreeBSD-ports-b61472fe6e2d565daa8cf941be8e6763446b88f0.tar.gz
[NEW PORT] audio/py24-xmms2: Rewrite of xmms as a client/server system (developer release)
- slave port for the xmms2 python bindings - goes along with the xmms2 DrDolittle update submission PR: ports/95067 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Diffstat (limited to 'audio/py-xmms2')
-rw-r--r--audio/py-xmms2/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/audio/py-xmms2/Makefile b/audio/py-xmms2/Makefile
new file mode 100644
index 0000000..ede9fa4
--- /dev/null
+++ b/audio/py-xmms2/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: py-xmms2
+# Date created: 18 Mar 2006
+# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= audio python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= alex@foxybanana.com
+COMMENT= Python Bindings for XMMS2
+
+BUILD_DEPENDS= pyrex:${PORTSDIR}/devel/pyrex
+
+MASTERDIR= ${.CURDIR}/../xmms2
+
+USE_PYTHON= yes
+
+PLIST_FILES= ${PYTHONPREFIX_SITELIBDIR}/xmmsclient.so
+
+SCONS_TARGET= src/clients/lib/python/xmmsclient.so
+XMMS2_SLAVE= python
+
+do-install:
+ @cd ${WRKSRC} && ${INSTALL_PROGRAM} ${SCONS_TARGET} ${PYTHONPREFIX_SITELIBDIR}/xmmsclient.so
+
+.include "${MASTERDIR}/Makefile"
OpenPOWER on IntegriCloud