aboutsummaryrefslogtreecommitdiff
path: root/audio/tuneradio/Makefile
diff options
context:
space:
mode:
authorSteven Kreuzer <skreuzer@FreeBSD.org>2009-07-03 20:46:15 +0000
committerSteven Kreuzer <skreuzer@FreeBSD.org>2009-07-03 20:46:15 +0000
commite6e9a457ee98d742ebccf1a2daf0f35d06f8b23b (patch)
tree1a42f457bf3f3b365e2bbd384db7fb809c582d5b /audio/tuneradio/Makefile
parent5b58c5b2ae45fb49c6ac1219573b937b99f170ea (diff)
downloadports-e6e9a457ee98d742ebccf1a2daf0f35d06f8b23b.tar.gz
ports-e6e9a457ee98d742ebccf1a2daf0f35d06f8b23b.zip
Notes
Diffstat (limited to 'audio/tuneradio/Makefile')
-rw-r--r--audio/tuneradio/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/tuneradio/Makefile b/audio/tuneradio/Makefile
index 16d0d0a68439..3b4996323cd8 100644
--- a/audio/tuneradio/Makefile
+++ b/audio/tuneradio/Makefile
@@ -8,9 +8,15 @@
PORTNAME= tuneradio
PORTVERSION= 1.3
CATEGORIES= audio
-MASTER_SITES= http://www.lns.com/papers/tuneradio/
+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
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/tuneradio ${PREFIX}/bin
+
.include <bsd.port.mk>