1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/audio/tuneradio/Makefile
2021-04-06 16:31:07 +02:00

22 lines
524 B
Makefile

# Created by: pozar
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
.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>