# Created by: Nicola Vitale # $FreeBSD$ PORTNAME= foxitreader PORTVERSION= 1.1.0 #PORTREVISION= 0 CATEGORIES= print MASTER_SITES= http://cdn04.foxitsoftware.com/pub/foxit/%SUBDIR%/:reader,manual MASTER_SITE_SUBDIR= reader/desktop/linux/1.x/${PORTVERSION:R}/enu/:reader \ manual/enu/:manual DISTFILES= FoxitReader-${PORTVERSION}.tar.bz2:reader EXTRACT_ONLY= FoxitReader-${PORTVERSION}.tar.bz2 MAINTAINER= nivit@FreeBSD.org COMMENT= Free PDF document viewer for desktop Linux LICENSE_NAME= EULA LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell LICENSE_TEXT= http://www.foxitsoftware.com/pdf/desklinux/eula.htm NO_BUILD= yes OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes USES= gettext tar:bzip2 USE_LINUX= yes USE_LINUX_APPS= cups-libs gtk2 WRKSRC= ${WRKDIR}/${PORTVERSION:R}-release .include .if ${PORT_OPTIONS:MDOCS} 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} .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 @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DISTDIR}/FoxitReader${PORTVERSION:R}ForLinux_Manual.pdf ${STAGEDIR}${DOCSDIR} .include