aboutsummaryrefslogtreecommitdiff
path: root/audio/xmradio
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-11-28 23:42:14 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-11-28 23:42:14 +0000
commit3e902b7b481a8c5dfdf1c3fe9793b59f5a2f08db (patch)
treefbdbedbd5b273fc23bf984715f04ed6729028867 /audio/xmradio
parent903a91163e7488ba79bd00b9db28606761f72c60 (diff)
downloadports-3e902b7b481a8c5dfdf1c3fe9793b59f5a2f08db.tar.gz
ports-3e902b7b481a8c5dfdf1c3fe9793b59f5a2f08db.zip
Notes
Diffstat (limited to 'audio/xmradio')
-rw-r--r--audio/xmradio/Makefile8
-rw-r--r--audio/xmradio/pkg-descr5
2 files changed, 7 insertions, 6 deletions
diff --git a/audio/xmradio/Makefile b/audio/xmradio/Makefile
index e6d19a278b9b..a3e7d8283c16 100644
--- a/audio/xmradio/Makefile
+++ b/audio/xmradio/Makefile
@@ -20,6 +20,7 @@ COMMENT= Motif based FM tuner (for use with bt848 driver)
USE_IMAKE= yes
USE_XPM= yes
USE_MOTIF= yes
+USE_REINPLACE=YES
PLIST_FILES= bin/xmradio lib/X11/app-defaults/XMradio
@@ -27,10 +28,13 @@ PLIST_FILES= bin/xmradio lib/X11/app-defaults/XMradio
.if ${OSVERSION} < 500000
ONLY_FOR_ARCHS= i386
-.else
-ONLY_FOR_ARCHS= alpha i386 ia64
.endif
+.if ${OSVERSION} > 503000
+post-patch:
+ ${REINPLACE_CMD} -e "s,machine/ioctl_bt848.h,dev/bktr/ioctl_bt848.h," \
+ ${WRKSRC}/radio.c
+.endif
#
#post-install:
# ${STRIP_CMD} ${PREFIX}/bin/xmradio
diff --git a/audio/xmradio/pkg-descr b/audio/xmradio/pkg-descr
index f3de87232b17..fed22e55a69f 100644
--- a/audio/xmradio/pkg-descr
+++ b/audio/xmradio/pkg-descr
@@ -1,7 +1,4 @@
This is a simple radio application for FM tuners built into
some TV cards, such as the Hauppauge Win/TV.
-WWW: http://core.de/~coto/xmradio.html
-
-- Tom
-runge@rostock.zgdv.de
+WWW: http://core.de/~coto/projects/xmradio/