mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
- Add LICENSE
- Don't install license with docs - Remove bogus HAVE_CONFIGURE - Switch to options helpers
This commit is contained in:
parent
1505b525ff
commit
d8cc188d2f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429733
1 changed files with 11 additions and 4 deletions
|
@ -11,21 +11,28 @@ DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERS
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Video Disk Recorder - frontend monitor plugin
|
COMMENT= Video Disk Recorder - frontend monitor plugin
|
||||||
|
|
||||||
|
LICENSE= GPLv2+
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
USES= tar:tgz
|
USES= tar:tgz
|
||||||
PATCH_STRIP= -p1
|
PATCH_STRIP= -p1
|
||||||
HAVE_CONFIGURE= yes
|
|
||||||
PORTDOCS= COPYING README HISTORY
|
|
||||||
WRKSRC= ${WRKDIR}/${PLUGIN}-${DISTVERSION}
|
WRKSRC= ${WRKDIR}/${PLUGIN}-${DISTVERSION}
|
||||||
|
|
||||||
|
PORTDOCS= README HISTORY
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS NLS
|
||||||
|
|
||||||
.include "${.CURDIR}/../vdr/Makefile.plugins"
|
.include "${.CURDIR}/../vdr/Makefile.plugins"
|
||||||
|
|
||||||
post-patch: post-patch-plugin
|
post-patch: post-patch-plugin
|
||||||
|
|
||||||
pre-install:
|
pre-install:
|
||||||
${MKDIR} ${STAGEDIR}${PREFIX}/lib/vdr
|
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/vdr
|
||||||
|
|
||||||
post-install: post-install-pluginlocales
|
post-install: post-install-pluginlocales
|
||||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
||||||
|
post-install-DOCS-on:
|
||||||
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
|
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue