Foxit Reader is a free PDF document viewer for the Linux platform, with a new
streamlined interface, user-customized toolbar, incredibly small size,
breezing-fast launch speed and rich features. This empowers PDF document users
with Zoom function, Navigation function, Bookmarks, Thumbnails, Text Selection
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/
2013-04-25 23:33:55 +02:00
|
|
|
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= foxitreader
|
|
|
|
PORTVERSION= 1.1.0
|
2016-09-07 14:43:22 +02:00
|
|
|
PORTREVISION= 4
|
Foxit Reader is a free PDF document viewer for the Linux platform, with a new
streamlined interface, user-customized toolbar, incredibly small size,
breezing-fast launch speed and rich features. This empowers PDF document users
with Zoom function, Navigation function, Bookmarks, Thumbnails, Text Selection
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/
2013-04-25 23:33:55 +02:00
|
|
|
CATEGORIES= print
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= http://cdn04.foxitsoftware.com/pub/foxit/reader/desktop/linux/1.x/${PORTVERSION:R}/enu/:reader
|
2015-10-08 17:12:22 +02:00
|
|
|
|
Foxit Reader is a free PDF document viewer for the Linux platform, with a new
streamlined interface, user-customized toolbar, incredibly small size,
breezing-fast launch speed and rich features. This empowers PDF document users
with Zoom function, Navigation function, Bookmarks, Thumbnails, Text Selection
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/
2013-04-25 23:33:55 +02:00
|
|
|
DISTFILES= FoxitReader-${PORTVERSION}.tar.bz2:reader
|
|
|
|
EXTRACT_ONLY= FoxitReader-${PORTVERSION}.tar.bz2
|
|
|
|
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
|
|
COMMENT= Free PDF document viewer for desktop Linux
|
|
|
|
|
2015-01-22 16:26:41 +01:00
|
|
|
LICENSE= EULA
|
|
|
|
LICENSE_NAME= End-User License Agreement
|
|
|
|
LICENSE_PERMS= auto-accept
|
Foxit Reader is a free PDF document viewer for the Linux platform, with a new
streamlined interface, user-customized toolbar, incredibly small size,
breezing-fast launch speed and rich features. This empowers PDF document users
with Zoom function, Navigation function, Bookmarks, Thumbnails, Text Selection
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/
2013-04-25 23:33:55 +02:00
|
|
|
LICENSE_TEXT= http://www.foxitsoftware.com/pdf/desklinux/eula.htm
|
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
2014-03-31 18:30:11 +02:00
|
|
|
OPTIONS_DEFINE= DOCS NLS
|
|
|
|
OPTIONS_SUB= yes
|
Foxit Reader is a free PDF document viewer for the Linux platform, with a new
streamlined interface, user-customized toolbar, incredibly small size,
breezing-fast launch speed and rich features. This empowers PDF document users
with Zoom function, Navigation function, Bookmarks, Thumbnails, Text Selection
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/
2013-04-25 23:33:55 +02:00
|
|
|
|
2016-09-05 21:23:42 +02:00
|
|
|
USES= gettext linux tar:bzip2
|
|
|
|
USE_LINUX= avahi-libs cups-libs dbuslibs gtk2 nss
|
Foxit Reader is a free PDF document viewer for the Linux platform, with a new
streamlined interface, user-customized toolbar, incredibly small size,
breezing-fast launch speed and rich features. This empowers PDF document users
with Zoom function, Navigation function, Bookmarks, Thumbnails, Text Selection
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/
2013-04-25 23:33:55 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTVERSION:R}-release
|
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES+= http://cdn04.foxitsoftware.com/pub/foxit/manual/enu/:manual
|
2014-03-31 18:30:11 +02:00
|
|
|
DISTFILES+= FoxitReader${PORTVERSION:R}ForLinux_Manual.pdf:manual
|
Foxit Reader is a free PDF document viewer for the Linux platform, with a new
streamlined interface, user-customized toolbar, incredibly small size,
breezing-fast launch speed and rich features. This empowers PDF document users
with Zoom function, Navigation function, Bookmarks, Thumbnails, Text Selection
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/
2013-04-25 23:33:55 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
do-install:
|
2014-03-31 18:30:11 +02:00
|
|
|
@${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
|
Foxit Reader is a free PDF document viewer for the Linux platform, with a new
streamlined interface, user-customized toolbar, incredibly small size,
breezing-fast launch speed and rich features. This empowers PDF document users
with Zoom function, Navigation function, Bookmarks, Thumbnails, Text Selection
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/
2013-04-25 23:33:55 +02:00
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
|
|
|
.for locale in de fr ja zh_CN zh_TW
|
2014-03-31 18:30:11 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/po/${locale}/FoxitReader.mo ${STAGEDIR}${PREFIX}/share/locale/${locale}/LC_MESSAGES/
|
Foxit Reader is a free PDF document viewer for the Linux platform, with a new
streamlined interface, user-customized toolbar, incredibly small size,
breezing-fast launch speed and rich features. This empowers PDF document users
with Zoom function, Navigation function, Bookmarks, Thumbnails, Text Selection
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/
2013-04-25 23:33:55 +02:00
|
|
|
.endfor
|
|
|
|
.endif
|
2015-02-18 22:18:41 +01:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2014-03-31 18:30:11 +02:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${DISTDIR}/FoxitReader${PORTVERSION:R}ForLinux_Manual.pdf ${STAGEDIR}${DOCSDIR}
|
2015-02-18 22:18:41 +01:00
|
|
|
.endif
|
Foxit Reader is a free PDF document viewer for the Linux platform, with a new
streamlined interface, user-customized toolbar, incredibly small size,
breezing-fast launch speed and rich features. This empowers PDF document users
with Zoom function, Navigation function, Bookmarks, Thumbnails, Text Selection
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/
2013-04-25 23:33:55 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|