summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorDan Moschuk <dan@FreeBSD.org>1999-09-29 03:48:58 +0000
committerDan Moschuk <dan@FreeBSD.org>1999-09-29 03:48:58 +0000
commitc8b376ce1eec612f95f7a4627c5fe6aa307dc884 (patch)
treee89395374990e610357048217786a7d341d3e680 /audio
parentAdd WWW link. (diff)
Dock app radio program for the BT848/878 cards.
In particular, this program works with the Happauge WinTV cards with onboard FM tuners. PR: ports/14029 Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
Notes
Notes: svn path=/head/; revision=22060
Diffstat (limited to 'audio')
-rw-r--r--audio/wmtune/Makefile37
-rw-r--r--audio/wmtune/distinfo2
-rw-r--r--audio/wmtune/pkg-comment1
-rw-r--r--audio/wmtune/pkg-descr3
-rw-r--r--audio/wmtune/pkg-plist2
5 files changed, 45 insertions, 0 deletions
diff --git a/audio/wmtune/Makefile b/audio/wmtune/Makefile
new file mode 100644
index 000000000000..998f44e98d31
--- /dev/null
+++ b/audio/wmtune/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: wmtune
+# Version required: 1.0
+# Date created: 28 September 1999
+# Whom: Chris D. Faulhaber <jedgar@fxp.org>
+#
+# $FreeBSD$
+#
+
+DISTNAME= wmtune-1.0
+CATEGORIES= audio windowmaker
+MASTER_SITES= http://www.soren.org/linux/wmtune/dl/ \
+ http://www.rostock.zgdv.de/~runge/radio/
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
+ wmtune.diff.gz
+
+MAINTAINER= jedgar@fxp.org
+
+LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
+
+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
+
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+
+PATCH_ARGS =-p0 -d ${WRKDIR}
+
+post-patch:
+ @${GUNZIP_CMD} -c ${DISTDIR}/wmtune.diff.gz | ${PATCH} ${PATCH_ARGS}
+ @cd ${WRKSRC}/src; \
+ ${MV} wmtune.c wmtune.c.orig; \
+ ${SED} -e 's|/etc|${PREFIX}/etc|' < wmtune.c.orig > wmtune.c
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/wmtune ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/sample.wmtunerc ${PREFIX}/etc
+
+.include <bsd.port.mk>
diff --git a/audio/wmtune/distinfo b/audio/wmtune/distinfo
new file mode 100644
index 000000000000..fcb0391d6fa1
--- /dev/null
+++ b/audio/wmtune/distinfo
@@ -0,0 +1,2 @@
+MD5 (wmtune-1.0.tar.gz) = 97924e093b2a00d7104895909bbefb94
+MD5 (wmtune.diff.gz) = b1459a250a91c994b36d90858ab81c82
diff --git a/audio/wmtune/pkg-comment b/audio/wmtune/pkg-comment
new file mode 100644
index 000000000000..2d9e483a1e6e
--- /dev/null
+++ b/audio/wmtune/pkg-comment
@@ -0,0 +1 @@
+Dock app radio program for the BT848/878 cards
diff --git a/audio/wmtune/pkg-descr b/audio/wmtune/pkg-descr
new file mode 100644
index 000000000000..a38abb137f52
--- /dev/null
+++ b/audio/wmtune/pkg-descr
@@ -0,0 +1,3 @@
+Dock app radio program for the BT848/878 cards.
+In particular, this program works with the
+Happauge WinTV cards with onboard FM tuners.
diff --git a/audio/wmtune/pkg-plist b/audio/wmtune/pkg-plist
new file mode 100644
index 000000000000..48137ea7f454
--- /dev/null
+++ b/audio/wmtune/pkg-plist
@@ -0,0 +1,2 @@
+bin/wmtune
+etc/sample.wmtunerc