diff options
author | Steve Price <steve@FreeBSD.org> | 1999-04-03 01:32:23 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-04-03 01:32:23 +0000 |
commit | 35b960fe8f8dc1f014ff4745fcdca60507ae6bdf (patch) | |
tree | cdd25d4de87fc9a53e14e7b7fd48545d23dccc88 /audio/xmradio | |
parent | 9b5c65f85e0dccf319d254455c8e458ba65fada6 (diff) |
Notes
Diffstat (limited to 'audio/xmradio')
-rw-r--r-- | audio/xmradio/Makefile | 27 | ||||
-rw-r--r-- | audio/xmradio/distinfo | 1 | ||||
-rw-r--r-- | audio/xmradio/files/patch-aa | 14 | ||||
-rw-r--r-- | audio/xmradio/pkg-comment | 1 | ||||
-rw-r--r-- | audio/xmradio/pkg-descr | 7 | ||||
-rw-r--r-- | audio/xmradio/pkg-plist | 2 |
6 files changed, 52 insertions, 0 deletions
diff --git a/audio/xmradio/Makefile b/audio/xmradio/Makefile new file mode 100644 index 000000000000..a38493a33478 --- /dev/null +++ b/audio/xmradio/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: xmradio +# Version required: 0.5 +# Date created: 2 Feb 1999 +# Whom: runge@rostock.zgdv.de +# +# $Id$ +# + +DISTNAME= xmradio-0.5 +CATEGORIES= audio +MASTER_SITES= http://www.rostock.zgdv.de/~runge/radio/ + +MAINTAINER= runge@rostock.zgdv.de + +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + +# This program does not actually depend on the below, but they are pretty +# useful if you are into digital audio recording and playback. +#RUN_DEPENDS= sox:${PORTSDIR}/audio/sox + +USE_IMAKE= yes +REQUIRES_MOTIF= yes + +#post-install: +# strip ${PREFIX}/bin/xmradio + +.include <bsd.port.mk> diff --git a/audio/xmradio/distinfo b/audio/xmradio/distinfo new file mode 100644 index 000000000000..5844e67e6f1b --- /dev/null +++ b/audio/xmradio/distinfo @@ -0,0 +1 @@ +MD5 (xmradio-0.5.tar.gz) = 6f10b9edd888c1d4de3c99015196431f diff --git a/audio/xmradio/files/patch-aa b/audio/xmradio/files/patch-aa new file mode 100644 index 000000000000..cfc0ebd93e40 --- /dev/null +++ b/audio/xmradio/files/patch-aa @@ -0,0 +1,14 @@ +--- Imakefile.orig Wed Feb 3 00:03:59 1999 ++++ Imakefile Wed Feb 3 00:04:27 1999 +@@ -1,9 +1,9 @@ + #include "Motif.tmpl" + + #ifdef NetBSDArchitecture +-LOCAL_LIBRARIES = XmClientLibs ${XMULIB} -lXpm -lossaudio -lm ++LOCAL_LIBRARIES = ${MOTIFLIB} ${XTOOLLIB} $(XPLIB) ${XLIB} ${XMULIB} -lXpm -lossaudio -lm + #else +-LOCAL_LIBRARIES = XmClientLibs ${XMULIB} -lXpm -lm ++LOCAL_LIBRARIES = ${MOTIFLIB} ${XTOOLLIB} $(XPLIB) ${XLIB} ${XMULIB} -lXpm -lm + #endif + + EXTRA_INCLUDES= -I. diff --git a/audio/xmradio/pkg-comment b/audio/xmradio/pkg-comment new file mode 100644 index 000000000000..578bbf555daa --- /dev/null +++ b/audio/xmradio/pkg-comment @@ -0,0 +1 @@ +Motif based FM tuner (for use with bt848 driver) diff --git a/audio/xmradio/pkg-descr b/audio/xmradio/pkg-descr new file mode 100644 index 000000000000..eb0c7cd634e6 --- /dev/null +++ b/audio/xmradio/pkg-descr @@ -0,0 +1,7 @@ +This is a simple radio application for FM tuners built into +some TV cards, such as the Hauppauge Win/TV. + +http://www.rostock.zgdv.de/~runge/radio + +Tom +runge@rostock.zgdv.de diff --git a/audio/xmradio/pkg-plist b/audio/xmradio/pkg-plist new file mode 100644 index 000000000000..b21ab1d1d8c0 --- /dev/null +++ b/audio/xmradio/pkg-plist @@ -0,0 +1,2 @@ +bin/xmradio +lib/X11/app-defaults/XMradio |