2004-02-06 21:35:43 +01:00
|
|
|
# New ports collection makefile for: tuneradio
|
|
|
|
# Date created: 5 Febuary 2004
|
|
|
|
# Whom: pozar
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= tuneradio
|
|
|
|
PORTVERSION= 1.3
|
|
|
|
CATEGORIES= audio
|
2009-07-03 22:46:15 +02:00
|
|
|
MASTER_SITES= http://www.lns.com/papers/tuneradio/ \
|
|
|
|
http://cvsup1.theplanet.com/distfiles/
|
2004-02-06 21:35:43 +01:00
|
|
|
|
|
|
|
MAINTAINER= pozar@lns.com
|
|
|
|
COMMENT= A command line method of tuning a Brooktree FM tuner card
|
|
|
|
|
2009-07-03 22:46:15 +02:00
|
|
|
PLIST_FILES= bin/tuneradio
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/tuneradio ${PREFIX}/bin
|
|
|
|
|
2007-04-16 06:09:52 +02:00
|
|
|
.include <bsd.port.mk>
|