1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/print/acroread/Makefile
Justin M. Seger 1c1ae295a6 Mark BROKEN for ELF:
Creating gzip'd tar ball in '/usr/ports/packages/All/acroread-3.02.tgz'
tar: can't add file Acrobat3/Reader/intellinux/lib/libagm.so.2 : No such file or directory
tar: can't add file Acrobat3/Reader/intellinux/lib/libpfs.so.2 : No such file or directory
tar: can't add file Acrobat3/Reader/intellinux/lib/libreadcore.so.3 : No such file or directory
/usr/sbin/pkg_create: tar command failed with code 256
*** Error code 1
1998-10-12 12:26:42 +00:00

38 lines
1.0 KiB
Makefile

# New ports collection makefile for: acroread
# Version required: 3.02
# Date created: 16 November 1996
# Whom: Thomas Gellekum <tg@freebsd.org>
#
# $Id: Makefile,v 1.5 1998/10/06 11:19:50 tg Exp $
#
DISTNAME= ar302lin
PKGNAME= acroread-3.02
CATEGORIES= print
MASTER_SITES= ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/3.x/ \
ftp://sunsite.cnlab-switch.ch/mirror/acrobatreader/unix/3.x/
EXTRACT_SUFX= .tar.Z
MAINTAINER= tg@FreeBSD.ORG
BROKEN_ELF= library version numbers
RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib
WRKSRC= ${WRKDIR}/ILINXR.install
do-build:
@${ECHO_MSG} "Do a \`make install' as root."
do-install:
@${MKDIR} ${PREFIX}/Acrobat3
@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>