Tweak audio/volumeicon version 0.5.0
[dports.git] / audio / tuneradio / Makefile
1 # Created by: pozar
2 # $FreeBSD$
3
4 PORTNAME=       tuneradio
5 PORTVERSION=    1.3
6 CATEGORIES=     audio
7 MASTER_SITES=   http://www.lns.com/papers/tuneradio/ \
8                 http://cvsup1.theplanet.com/distfiles/
9
10 MAINTAINER=     pozar@lns.com
11 COMMENT=        Command line method of tuning a Brooktree FM tuner card
12
13 PLIST_FILES=    bin/tuneradio
14
15 do-install:
16         ${INSTALL_PROGRAM} ${WRKSRC}/tuneradio ${STAGEDIR}${PREFIX}/bin
17
18 .include <bsd.port.mk>