4705142a79
frequencies. Most dvb applications rely on them. This supplies initial data for certain regions so that the dvb applications in question only scan those known frequencies, saving a lot of time scanning. These tables however need to be kept up to date by users. This repository is maintained by Olliver Schinagl (https://github.com/oliv3r) on behalf of the LinuxTV.org project. WWW: http://linuxtv.org Submitted by: Dreamcat4 <dreamcat4@gmail.com>
27 lines
519 B
Makefile
27 lines
519 B
Makefile
# Created by: Dreamcat4 <dreamcat4@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dtv-scan-tables
|
|
PORTVERSION= 20140612
|
|
CATEGORIES= multimedia
|
|
|
|
MAINTAINER= dreamcat4@gmail.com
|
|
COMMENT= Digital TV scan tables from linuxtv.org
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= oliv3r
|
|
GH_PROJECT= dtv-scan-tables
|
|
GH_TAGNAME= ${GH_COMMIT}
|
|
GH_COMMIT= 14bd6c7
|
|
|
|
NO_BUILD= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${DATADIR}
|
|
@(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR})
|
|
|
|
.include <bsd.port.post.mk>
|