mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
75d8b9447a
- Requires defunct bktr driver which will no longer be available after the EOL of 12 - Set EXPIRATION_DATE to 2023-12-31 the same for the EOL of 12 Approved by: portmgr (blanket)
23 lines
608 B
Makefile
23 lines
608 B
Makefile
PORTNAME= tuneradio
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.lns.com/papers/tuneradio/ \
|
|
http://cvsup1.theplanet.com/distfiles/
|
|
|
|
MAINTAINER= pozar@lns.com
|
|
COMMENT= Command line method of tuning a Brooktree FM tuner card
|
|
WWW= https://www.lns.com/papers/tuneradio/
|
|
|
|
DEPRECATED= Requires defunct bktr
|
|
EXPIRATION_DATE=2023-12-31
|
|
.if !exists(/usr/include/dev/bktr/ioctl_bt848.h)
|
|
IGNORE= needs bktr(4) which is no longer available on your FreeBSD version
|
|
.endif
|
|
|
|
PLIST_FILES= bin/tuneradio
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/tuneradio ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|