1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/print/acroread4/Makefile

38 lines
1014 B
Makefile
Raw Normal View History

# New ports collection makefile for: acroread
1998-10-06 11:19:51 +00:00
# Version required: 3.02
# Date created: 16 November 1996
# Whom: Thomas Gellekum <tg@freebsd.org>
#
1998-10-13 02:46:56 +00:00
# $Id: Makefile,v 1.6 1998/10/12 12:26:42 jseger Exp $
#
1998-10-06 11:19:51 +00:00
DISTNAME= ar302lin
PKGNAME= acroread-3.02
CATEGORIES= print
MASTER_SITES= ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/3.x/ \
1997-02-17 09:07:32 +00:00
ftp://sunsite.cnlab-switch.ch/mirror/acrobatreader/unix/3.x/
1998-10-06 11:19:51 +00:00
EXTRACT_SUFX= .tar.Z
MAINTAINER= tg@FreeBSD.ORG
1998-10-13 02:46:56 +00:00
NO_FILTER_SHLIBS= yes
RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib
1998-10-06 11:19:51 +00:00
WRKSRC= ${WRKDIR}/ILINXR.install
do-build:
@${ECHO_MSG} "Do a \`make install' as root."
do-install:
1997-09-01 13:09:29 +00:00
@${MKDIR} ${PREFIX}/Acrobat3
1998-10-06 11:19:51 +00:00
@ReadInstallDir=${PREFIX}/Acrobat3 ${WRKSRC}/INSTALL
post-install:
@sed -e 's/Linux)/FreeBSD\|Linux)/' <${PREFIX}/Acrobat3/bin/acroread >${PREFIX}/bin/acroread
@chmod +x ${PREFIX}/bin/acroread
@${ECHO_MSG} "Be sure to read the license agreement in"
@${ECHO_MSG} "${PREFIX}/Acrobat3/Reader/License.pdf"
.include <bsd.port.mk>