aboutsummaryrefslogtreecommitdiff
path: root/audio/tuneradio/Makefile
blob: ee26e7ebb72d737c48fe49e6eb25b19028f9527d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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/

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