freebsd-ports/print/acroreadwrapper/Makefile
Hiroki Sato 00e8ec4600 Remove ports of Adobe Reader 7 and the localized versions because of
security vulnerability.  The print/acroreadwrapper new supports
acroread8 only.

Security:	CVE-2008-2641
Security:	CVE-2008-0883
Security:	http://www.adobe.com/support/security/bulletins/apsb08-15.html
2008-09-06 04:59:52 +00:00

42 lines
880 B
Makefile

# New ports collection makefile for: acroreadwrapper
# Date created: 20 February 2006
# Whom: hrs
#
# $FreeBSD$
#
PORTNAME= acroreadwrapper
PORTVERSION= 0.0.20080906
CATEGORIES= print
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= hrs@FreeBSD.org
COMMENT= Wrapper script for Adobe Reader
ONLY_FOR_ARCHS= amd64 i386
NO_BUILD= yes
PLIST_FILES= bin/acroread8 bin/acroread
SUB_FILES= acroread
SUB_LIST= ACROBASE8=${ACROBASE8} \
ADOBE_LANG=${ADOBE_LANG:U} \
INSTALLDIR=${INSTALLDIR} \
LINUXBASE=${LINUXBASE} \
LINUXSH=${LINUXBASE}/bin/sh \
PLUGINDIR=${PLUGINDIR} \
ADOBEBASE= Adobe
ACROBASE8= ${ADOBEBASE}/Reader8
PLUGINDIR= lib/npapi/linux-acroread
do-fetch:
@${DO_NADA}
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/acroread ${PREFIX}/bin/acroread
cd ${PREFIX}/bin && ${LN} -s -f acroread acroread8
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>