2013-05-25 15:39:23 +02:00
|
|
|
# Created by: Juergen Lock <nox@FreeBSD.org>
|
2011-06-10 19:43:49 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= vdr-plugin-ttxtsubs
|
2012-01-21 18:32:54 +01:00
|
|
|
PORTVERSION= 0.2.4
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 7
|
2011-06-10 19:43:49 +02:00
|
|
|
CATEGORIES= multimedia
|
2012-01-21 18:32:54 +01:00
|
|
|
MASTER_SITES= http://projects.vdr-developer.org/attachments/download/725/
|
2011-06-10 19:43:49 +02:00
|
|
|
DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
|
|
|
|
|
2015-12-14 03:52:14 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2011-06-18 15:18:13 +02:00
|
|
|
COMMENT= Video Disk Recorder - teletext subtitle plugin
|
2011-06-10 19:43:49 +02:00
|
|
|
|
2017-01-18 10:01:13 +01:00
|
|
|
LICENSE= GPLv2+
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2011-06-10 19:43:49 +02:00
|
|
|
PATCH_STRIP= -p1
|
|
|
|
WRKSRC= ${WRKDIR}/${PLUGIN}-${DISTVERSION}
|
|
|
|
|
2017-01-18 10:01:13 +01:00
|
|
|
PORTDOCS= README HISTORY
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOCS NLS
|
|
|
|
|
2011-06-10 19:43:49 +02:00
|
|
|
.include "${.CURDIR}/../vdr/Makefile.plugins"
|
|
|
|
|
|
|
|
post-patch: post-patch-plugin
|
|
|
|
|
2014-03-01 13:21:13 +01:00
|
|
|
pre-install:
|
2017-01-18 10:01:13 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/vdr
|
2014-03-01 13:21:13 +01:00
|
|
|
|
2011-06-10 19:43:49 +02:00
|
|
|
post-install: post-install-pluginlocales
|
2017-01-18 10:01:13 +01:00
|
|
|
|
|
|
|
post-install-DOCS-on:
|
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2014-03-01 13:21:13 +01:00
|
|
|
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
|
2011-06-10 19:43:49 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|