2011-12-30 22:16:25 +01:00
|
|
|
PORTNAME= vdr-plugin-eepg
|
|
|
|
PORTVERSION= 0.0.6p2011071921
|
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= 8
|
2011-12-30 22:16:25 +01:00
|
|
|
CATEGORIES= multimedia
|
|
|
|
MASTER_SITES= LOCAL/nox/
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C/p.*/pre/}-0-g${GITHASH}
|
|
|
|
|
2015-12-14 03:52:14 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2011-12-30 22:16:25 +01:00
|
|
|
COMMENT= Video Disk Recorder - extended EPG plugin
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://projects.vdr-developer.org/projects/plg-eepg
|
2011-12-30 22:16:25 +01:00
|
|
|
|
2017-01-29 10:01:25 +01:00
|
|
|
LICENSE= GPLv2+
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2011-12-30 22:16:25 +01:00
|
|
|
GITHASH= e7383ed
|
|
|
|
PATCH_STRIP= -p1
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${GITHASH}
|
|
|
|
|
2017-01-29 10:01:25 +01:00
|
|
|
PORTDOCS= README HISTORY
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2011-12-30 22:16:25 +01:00
|
|
|
.include "${.CURDIR}/../vdr/Makefile.plugins"
|
|
|
|
|
|
|
|
post-patch: post-patch-plugin
|
|
|
|
|
2014-03-01 13:21:13 +01:00
|
|
|
pre-install:
|
2017-01-29 10:01:25 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/vdr
|
2014-03-01 13:21:13 +01:00
|
|
|
|
2011-12-30 22:16:25 +01:00
|
|
|
post-install:
|
2017-01-29 10:01:25 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/vdr/plugins/${PLUGIN}
|
2014-03-01 13:21:13 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/eepg.equiv.IT ${STAGEDIR}${PREFIX}/etc/vdr/plugins/${PLUGIN}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/eepg.equiv.IT ${STAGEDIR}${PREFIX}/etc/vdr/plugins/${PLUGIN}/eepg.equiv.sample
|
2017-01-29 10:01:25 +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-12-30 22:16:25 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|