summaryrefslogtreecommitdiff
path: root/audio/xmms-dscope/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-08-16 02:24:09 +0000
committerhubertf <hubertf>2001-08-16 02:24:09 +0000
commit2b342c491b1b485e2a4843563fa29ecb8bfb7143 (patch)
tree61173d540263eb5fe01cec5fde3d624ed509c261 /audio/xmms-dscope/Makefile
parentb1df9ddf9ec9661b9d6e860c4895d8e6daf51845 (diff)
downloadpkgsrc-2b342c491b1b485e2a4843563fa29ecb8bfb7143.tar.gz
xmms-dscope-1.2: dual scope visual plugin for XMMS
Diffstat (limited to 'audio/xmms-dscope/Makefile')
-rw-r--r--audio/xmms-dscope/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/audio/xmms-dscope/Makefile b/audio/xmms-dscope/Makefile
new file mode 100644
index 00000000000..5730af1043d
--- /dev/null
+++ b/audio/xmms-dscope/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/08/16 02:24:09 hubertf Exp $
+#
+
+DISTNAME= dscope-1.2
+PKGNAME= xmms-dscope-1.2
+CATEGORIES= audio
+MASTER_SITES= http://hem.passagen.se/joakime/
+
+MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://hem.passagen.se/joakime/linuxapp.html
+COMMENT= XMMS plugin for dual scope
+
+DEPENDS+= xmms>=1.2.5:../../audio/xmms
+
+USE_X11= yes
+USE_LIBTOOL= yes
+
+pre-build:
+ cd ${WRKSRC} ; ${MAKE} clean
+
+.include "../../audio/xmms/buildlink.mk"
+.include "../../x11/gtk/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"