1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

- Add LICENSE

- Remove bogus HAVE_CONFIGURE
- Don't install license with docs
- Switch to options helpers
This commit is contained in:
Dmitry Marakasov 2016-12-22 09:01:01 +00:00
parent dafac42f63
commit c0bf7a8ee7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429149

View File

@ -13,23 +13,30 @@ DISTFILES= ${PORTNAME}_${DISTVERSIONPREFIX}${DISTVERSION:S/b/+beta/}${DISTVERSIO
MAINTAINER= ports@FreeBSD.org
COMMENT= Video Disk Recorder - Reelchannelscan plugin
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
PATCH_STRIP= -p1
HAVE_CONFIGURE= yes
PORTDOCS= COPYING README HISTORY
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:S/b1.7.15//}
PORTDOCS= README HISTORY
OPTIONS_DEFINE= DOCS NLS
.include "${.CURDIR}/../vdr/Makefile.plugins"
post-patch: post-patch-plugin
pre-install:
${MKDIR} ${STAGEDIR}${PREFIX}/lib/vdr
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/vdr
post-install: post-install-pluginlocales
${MKDIR} ${STAGEDIR}${PREFIX}/etc/vdr/plugins/transponders
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/vdr/plugins/transponders
${INSTALL_DATA} ${WRKDIR}/debian/transponders/*.tpl \
${STAGEDIR}${PREFIX}/etc/vdr/plugins/transponders
${MKDIR} ${STAGEDIR}${DOCSDIR}
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>