summaryrefslogtreecommitdiff
path: root/audio/xmradio/Makefile
diff options
context:
space:
mode:
authortron <tron>2000-05-07 20:49:44 +0000
committertron <tron>2000-05-07 20:49:44 +0000
commit08e7138042ea67ef134c1046615592d95a94c104 (patch)
treeed4a9408e56c233c19fa20a33133b7f7c885c996 /audio/xmradio/Makefile
parenta80929bed6cf8b07b291c6f5cdf642d3d0f37fd3 (diff)
downloadpkgsrc-08e7138042ea67ef134c1046615592d95a94c104.tar.gz
Initial import of new "xmradio" package:
Radio applicaton for Brooktree 848 compatible TV cards
Diffstat (limited to 'audio/xmradio/Makefile')
-rw-r--r--audio/xmradio/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/audio/xmradio/Makefile b/audio/xmradio/Makefile
new file mode 100644
index 00000000000..7cc7627d535
--- /dev/null
+++ b/audio/xmradio/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/05/07 20:49:44 tron Exp $
+
+DISTNAME= xmradio-0.9b2
+CATEGORIES= audio
+MASTER_SITES= http://www.rostock.zgdv.de/~runge/radio/
+
+MAINTAINER= tron@netbsd.org
+HOMEPAGE= http://www.rostock.zgdv.de/~runge/xmradio.html
+
+DEPENDS+= xpm-3.4k:../../graphics/xpm
+
+ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.[5-9]*-*
+
+USE_MOTIF= yes
+USE_IMAKE= yes
+
+post-install:
+ ${MKDIR} ${PREFIX}/share/doc/xmradio
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xmradio
+
+.include "../../mk/bsd.pkg.mk"