aboutsummaryrefslogtreecommitdiffstats
path: root/audio/tuneradio/Makefile
blob: 16102f312b9fa04e8f731c8083a1ea87223f67a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: pozar
# $FreeBSD$

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=    A command line method of tuning a Brooktree FM tuner card

PLIST_FILES=    bin/tuneradio
NO_STAGE=   yes

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/tuneradio ${PREFIX}/bin

.include <bsd.port.mk>