1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- bktr(4) seems to be available on all 5.x architectures, so remove

ONLY_FOR_ARCHS.
- Fix location of bktr headers on 5.x
- Fix WWW

PR:	74486
This commit is contained in:
Tilman Keskinoz 2004-11-28 23:42:14 +00:00
parent 903a91163e
commit 3e902b7b48
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122715
2 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -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/