1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Support stage

This commit is contained in:
Baptiste Daroussin 2014-02-06 08:32:49 +00:00
parent 48f3eb380f
commit 0eec6544c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342958

View File

@ -5,15 +5,14 @@ PORTNAME= tuneradio
PORTVERSION= 1.3
CATEGORIES= audio
MASTER_SITES= http://www.lns.com/papers/tuneradio/ \
http://cvsup1.theplanet.com/distfiles/
http://cvsup1.theplanet.com/distfiles/
MAINTAINER= pozar@lns.com
COMMENT= A command line method of tuning a Brooktree FM tuner card
COMMENT= 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
${INSTALL_PROGRAM} ${WRKSRC}/tuneradio ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>