svn commit: r503808 - head/print/foxitreader
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Jun 9 09:01:56 UTC 2019
Author: amdmi3
Date: Sun Jun 9 09:01:54 2019
New Revision: 503808
URL: https://svnweb.freebsd.org/changeset/ports/503808
Log:
- Update WWW
- Switch to options helpers
- Pet portlint
Approved by: portmgr blanket
Modified:
head/print/foxitreader/Makefile
head/print/foxitreader/pkg-descr
Modified: head/print/foxitreader/Makefile
==============================================================================
--- head/print/foxitreader/Makefile Sun Jun 9 08:56:25 2019 (r503807)
+++ head/print/foxitreader/Makefile Sun Jun 9 09:01:54 2019 (r503808)
@@ -6,7 +6,6 @@ PORTVERSION= 1.1.0
PORTREVISION= 4
CATEGORIES= print
MASTER_SITES= http://cdn04.foxitsoftware.com/pub/foxit/reader/desktop/linux/1.x/${PORTVERSION:R}/enu/:reader
-
DISTFILES= FoxitReader-${PORTVERSION}.tar.bz2:reader
EXTRACT_ONLY= FoxitReader-${PORTVERSION}.tar.bz2
@@ -15,8 +14,8 @@ COMMENT= Free PDF document viewer for desktop Linux
LICENSE= EULA
LICENSE_NAME= End-User License Agreement
-LICENSE_PERMS= auto-accept
LICENSE_TEXT= http://www.foxitsoftware.com/pdf/desklinux/eula.htm
+LICENSE_PERMS= auto-accept
NO_BUILD= yes
@@ -26,28 +25,24 @@ OPTIONS_SUB= yes
USES= gettext linux tar:bzip2
USE_LINUX= avahi-libs cups-libs dbuslibs gtk2 nss
-WRKSRC= ${WRKDIR}/${PORTVERSION:R}-release
+WRKSRC= ${WRKDIR}/${PORTVERSION:R}-release
-.include <bsd.port.options.mk>
+DOCS_MASTER_SITES= http://cdn04.foxitsoftware.com/pub/foxit/manual/enu/:manual
+DOCS_DISTFILES= FoxitReader${PORTVERSION:R}ForLinux_Manual.pdf:manual
-.if ${PORT_OPTIONS:MDOCS}
-MASTER_SITES+= http://cdn04.foxitsoftware.com/pub/foxit/manual/enu/:manual
-DISTFILES+= FoxitReader${PORTVERSION:R}ForLinux_Manual.pdf:manual
-.endif
-
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
(cd ${WRKSRC} && ${INSTALL_DATA} fpdfcjk.bin fum.fhd ${STAGEDIR}${DATADIR})
${INSTALL_PROGRAM} ${WRKSRC}/FoxitReader ${STAGEDIR}${DATADIR}
${LN} -s ${DATADIR}/FoxitReader ${STAGEDIR}${PREFIX}/bin/FoxitReader
-.if ${PORT_OPTIONS:MNLS}
+
+do-install-NLS-on:
.for locale in de fr ja zh_CN zh_TW
${INSTALL_DATA} ${WRKSRC}/po/${locale}/FoxitReader.mo ${STAGEDIR}${PREFIX}/share/locale/${locale}/LC_MESSAGES/
.endfor
-.endif
-.if ${PORT_OPTIONS:MDOCS}
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${DISTDIR}/FoxitReader${PORTVERSION:R}ForLinux_Manual.pdf ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>
Modified: head/print/foxitreader/pkg-descr
==============================================================================
--- head/print/foxitreader/pkg-descr Sun Jun 9 08:56:25 2019 (r503807)
+++ head/print/foxitreader/pkg-descr Sun Jun 9 09:01:54 2019 (r503808)
@@ -5,4 +5,4 @@ with Zoom function, Navigation function, Bookmarks, Th
Tool, Snapshot, and Full Screen capabilities. Foxit Reader for Desktop Linux
is provided by Foxit Corporation free for non-commercial use.
-WWW: http://www.foxitsoftware.com/pdf/desklinux/
+WWW: https://www.foxitsoftware.com/pdf-reader/
More information about the svn-ports-all
mailing list