summaryrefslogtreecommitdiff
path: root/audio/xmms-kj/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-08-24 07:22:01 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-08-24 07:22:01 +0000
commit6d67673b40cc54bff23f50f74cc2e9f38a7e2c9f (patch)
treebb8fa6d59b8cea9d60640129fb85157b13badd77 /audio/xmms-kj/Makefile
parentnew port: x11/xinput (diff)
New Port: audio/xmms-kj Add K-JoefolSkinSupport to xmms
This is a port of a plugin for xmms to support K-Joefol skins, which look very nice. PR: ports/47161 Submitted by: Kay Lehmann <kay_lehmann@web.de>
Notes
Notes: svn path=/head/; revision=87590
Diffstat (limited to 'audio/xmms-kj/Makefile')
-rw-r--r--audio/xmms-kj/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/audio/xmms-kj/Makefile b/audio/xmms-kj/Makefile
new file mode 100644
index 000000000000..c1f8981bf899
--- /dev/null
+++ b/audio/xmms-kj/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: xmms-kj
+# Date created: 18 November 2002
+# Whom: Kay Lehmann
+#
+# $FreeBSD$
+#
+
+PORTNAME= xmms-kj
+PORTVERSION= 0.95
+CATEGORIES= audio
+MASTER_SITES= http://www.csse.monash.edu.au/~timf/
+DISTFILES= kint_xmms-${PORTVERSION}.tar.gz
+
+MAINTAINER= kay_lehmann@web.de
+COMMENT= This is a plugin that adds K-Joefol-Skinsupport to xmms
+
+BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
+RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
+USE_X_PREFIX= yes
+USE_GNOME= gtk12
+
+do-build:
+ cd ${WRKSRC} && make
+
+do-install:
+ cd ${WRKSRC} && make install
+
+.include <bsd.port.mk>