1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/audio/tuneradio/Makefile
Baptiste Daroussin 0eec6544c4 Support stage
2014-02-06 08:32:49 +00:00

19 lines
404 B
Makefile

# 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= Command line method of tuning a Brooktree FM tuner card
PLIST_FILES= bin/tuneradio
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tuneradio ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>