summaryrefslogtreecommitdiff
path: root/audio/musicbox/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-06-08 23:07:10 +0000
committertron <tron@pkgsrc.org>1999-06-08 23:07:10 +0000
commit1cf214a975cef5ffb0cb6af477003a94660b71f0 (patch)
tree66e8893ffa9e76ccd55618cb1a590de3a6fc3b24 /audio/musicbox/Makefile
parentad87d09d87f07342a816713756d644eb81c3d32f (diff)
downloadpkgsrc-1cf214a975cef5ffb0cb6af477003a94660b71f0.tar.gz
Import new "musicbox" package based on work contributed by Rui-Xiang Guo
in PR pkg/7022: a X11 front-interface for mpg123 Thanks to Martin J. Laubach for his help to make this compile with egcs.
Diffstat (limited to 'audio/musicbox/Makefile')
-rw-r--r--audio/musicbox/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/musicbox/Makefile b/audio/musicbox/Makefile
new file mode 100644
index 00000000000..c5273649c80
--- /dev/null
+++ b/audio/musicbox/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/06/08 23:07:10 tron Exp $
+
+DISTNAME= musicbox-1.01p2
+CATEGORIES= audio
+MASTER_SITES= ftp://freebsd.csie.nctu.edu.tw/Upload/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= rxg@ms25.url.com.tw
+
+DEPENDS+= mpg123-0.59q:../../audio/mpg123
+DEPENDS+= qt-1.44:../../x11/qt
+
+USE_X11= yes
+
+WRKSRC= ${WRKDIR}/musicbox-1.01
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/musicbox ${PREFIX}/bin
+ ${MKDIR} ${PREFIX}/share/doc/musicbox
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/musicbox/README
+
+.include "../../mk/bsd.pkg.mk"