diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2012-01-23 06:23:42 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2012-01-23 06:23:42 +0000 |
commit | 4ea590181dee510207553bb8f4e3e9cd3ffd4f9c (patch) | |
tree | ad33b52519f3d557a489c9578229046f52e040b6 /print | |
parent | f11fe056071909fb2e6c7b50cd62488c7f506dd8 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/acroread8/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/print/acroread8/Makefile b/print/acroread8/Makefile index a79fe8a44c4e..8648c9d43120 100644 --- a/print/acroread8/Makefile +++ b/print/acroread8/Makefile @@ -7,7 +7,7 @@ PORTNAME= acroread8 PORTVERSION= 8.1.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES?= print linux MASTER_SITES?= http://ardownload.adobe.com/pub/adobe/reader/unix/8.x/${PORTVERSION}/${ADOBE_LANG:L}/ \ ftp://ftp.adobe.com/pub/adobe/reader/unix/8.x/${PORTVERSION}/${ADOBE_LANG:L}/ @@ -17,12 +17,17 @@ DIST_SUBDIR= acroread MAINTAINER= hrs@FreeBSD.org COMMENT= Adobe Reader for view, print, and search PDF documents (${ADOBE_LANG}) +LICENSE= Adobe_WWEULA_20080204_1313 +LICENSE_NAME= Adobe EULA (Reader_Player_AIR_WWEULA-en_US-20080204_1313) +LICENSE_TEXT= ${INSTALLDIR}/Adobe/Reader8/Reader/Legal/en_US/License.txt +LICENSE_PERMS= auto-accept + RUN_DEPENDS= acroreadwrapper>=0.0.20100806:${PORTSDIR}/print/acroreadwrapper RESTRICTED= Must fill out redistribution form at http://www.adobe.com/products/acrobat/distribute.html ONLY_FOR_ARCHS= amd64 i386 USE_LINUX= yes -USE_LINUX_APPS= gtk2 pango +USE_LINUX_APPS= cups-libs gtk2 pango libgcrypt libgpg-error USE_BZIP2= yes USE_LDCONFIG= yes #USE_GNOME= desktopfileutils |