freebsd-ports/multimedia/dtv-scan-tables/Makefile
Bernhard Froehlich 4705142a79 Digital TV initial scanning tables are used to speed up scanning for DTV
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>
2014-08-18 17:43:41 +00:00

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>