1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Fix LICENSE

- Add LICENSE_FILE
- Switch to options helpers
This commit is contained in:
Dmitry Marakasov 2016-10-12 09:03:45 +00:00
parent 44e1d9574c
commit 144a93ca2e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423837

View File

@ -10,7 +10,8 @@ MASTER_SITES= SF/lxde/LXTask%20%28task%20manager%29/LXTask%20${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Lightweight desktop-independent task manager
LICENSE= GPLv2
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake iconv pkgconfig
USE_GNOME= gtk20 intlhack
@ -22,22 +23,13 @@ PORTDOCS= AUTHORS README
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_USES= gettext localbase
NLS_USES_OFF= gettext-tools
.include <bsd.port.options.mk>
post-patch-NLS-off:
@${REINPLACE_CMD} -e 's|po src|src|' ${WRKSRC}/Makefile.in
.if ${PORT_OPTIONS:MNLS}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.endif
post-patch:
.if ! ${PORT_OPTIONS:MNLS}
@${REINPLACE_CMD} -e 's|po src|src|' \
${WRKSRC}/Makefile.in
.endif
post-install:
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}