Dock app radio program for the BT848/878 cards.
In particular, this program works with the Happauge WinTV cards with onboard FM tuners. PR: ports/14029 Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
This commit is contained in:
parent
543526605d
commit
c8b376ce1e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22060
37
audio/wmtune/Makefile
Normal file
37
audio/wmtune/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# New ports collection makefile for: wmtune
|
||||
# Version required: 1.0
|
||||
# Date created: 28 September 1999
|
||||
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= wmtune-1.0
|
||||
CATEGORIES= audio windowmaker
|
||||
MASTER_SITES= http://www.soren.org/linux/wmtune/dl/ \
|
||||
http://www.rostock.zgdv.de/~runge/radio/
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
wmtune.diff.gz
|
||||
|
||||
MAINTAINER= jedgar@fxp.org
|
||||
|
||||
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
||||
|
||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
PATCH_ARGS =-p0 -d ${WRKDIR}
|
||||
|
||||
post-patch:
|
||||
@${GUNZIP_CMD} -c ${DISTDIR}/wmtune.diff.gz | ${PATCH} ${PATCH_ARGS}
|
||||
@cd ${WRKSRC}/src; \
|
||||
${MV} wmtune.c wmtune.c.orig; \
|
||||
${SED} -e 's|/etc|${PREFIX}/etc|' < wmtune.c.orig > wmtune.c
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/wmtune ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/sample.wmtunerc ${PREFIX}/etc
|
||||
|
||||
.include <bsd.port.mk>
|
2
audio/wmtune/distinfo
Normal file
2
audio/wmtune/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (wmtune-1.0.tar.gz) = 97924e093b2a00d7104895909bbefb94
|
||||
MD5 (wmtune.diff.gz) = b1459a250a91c994b36d90858ab81c82
|
1
audio/wmtune/pkg-comment
Normal file
1
audio/wmtune/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Dock app radio program for the BT848/878 cards
|
3
audio/wmtune/pkg-descr
Normal file
3
audio/wmtune/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Dock app radio program for the BT848/878 cards.
|
||||
In particular, this program works with the
|
||||
Happauge WinTV cards with onboard FM tuners.
|
2
audio/wmtune/pkg-plist
Normal file
2
audio/wmtune/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/wmtune
|
||||
etc/sample.wmtunerc
|
Loading…
Reference in New Issue
Block a user