1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/multimedia/dtv-scan-tables/Makefile
Mathieu Arnold 07da776842 Update ports in the [i-m]* category to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 16:32:43 +00:00

24 lines
434 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_TAGNAME= 14bd6c7
NO_BUILD= yes
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
@(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR})
.include <bsd.port.mk>