diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1996-11-20 07:29:45 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1996-11-20 07:29:45 +0000 |
commit | 7a8aa57453d9500a952dd7c4ee28b8832b7dbaff (patch) | |
tree | f16a9441e76cd986245fad9211ffc56faaff731e /print/acroread4/Makefile | |
parent | 7d186159b1522d129e5e22d29ae9e150b6dffa31 (diff) |
Notes
Diffstat (limited to 'print/acroread4/Makefile')
-rw-r--r-- | print/acroread4/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/print/acroread4/Makefile b/print/acroread4/Makefile new file mode 100644 index 000000000000..d9c278a623fd --- /dev/null +++ b/print/acroread4/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> |