mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7a8aa57453
Note: This is set to RESTRICTED and INTERACTIVE, until someone says something definite about the copyright/inclusion on CDROM.
34 lines
780 B
Makefile
34 lines
780 B
Makefile
# 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>
|