summaryrefslogtreecommitdiff
path: root/print/acroread5/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1996-11-20 07:29:45 +0000
committerThomas Gellekum <tg@FreeBSD.org>1996-11-20 07:29:45 +0000
commit7a8aa57453d9500a952dd7c4ee28b8832b7dbaff (patch)
treef16a9441e76cd986245fad9211ffc56faaff731e /print/acroread5/Makefile
parentImport of xsokoban, a pushing blocks solitaire game. (diff)
Import of acroread, a reader for the Adobe Portable Document Format.
Note: This is set to RESTRICTED and INTERACTIVE, until someone says something definite about the copyright/inclusion on CDROM.
Notes
Notes: svn path=/head/; revision=4605
Diffstat (limited to 'print/acroread5/Makefile')
-rw-r--r--print/acroread5/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile
new file mode 100644
index 000000000000..d9c278a623fd
--- /dev/null
+++ b/print/acroread5/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: acroread
+# Version required: 3.0
+# Date created: 16 November 1996
+# Whom: Thomas Gellekum <tg@freebsd.org>
+#
+# $Id$
+#
+
+DISTNAME= acroread_linux_b1106
+PKGNAME= acroread-3.0
+CATEGORIES= print
+MASTER_SITES= ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/3.x/ \
+ ftp://nic.switch.ch/mirror/Acrobat/unix/3.x/
+
+MAINTAINER= tg@FreeBSD.ORG
+
+RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib
+
+RESTRICTED= "Commercial software."
+IS_INTERACTIVE= yes
+NO_WRKSUBDIR= yes
+
+do-build:
+ @${ECHO_MSG} "Do a \`make install' as root."
+
+do-install:
+ @${WRKDIR}/INSTALL
+
+post-install:
+ @sed -e 's/Linux)/FreeBSD\|Linux)/' <${PREFIX}/Acrobat3/bin/acroread >${PREFIX}/bin/acroread
+ @chmod +x ${PREFIX}/bin/acroread
+
+.include <bsd.port.mk>