# New ports collection makefile for: acroread # Date created: 16 November 1996 # Whom: Thomas Gellekum # # $FreeBSD$ # PORTNAME= acroread PORTVERSION= 5.10 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= print linux MASTER_SITES= http://download.adobe.com/pub/adobe/acrobatreader/unix/5.x/ \ ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/ DISTNAME= linux-5010 DIST_SUBDIR= acroread RESTRICTED= "Must fill out redistribution form at http://www.adobe.com/products/acrobat/distribute.html" MAINTAINER= trevor@FreeBSD.org COMMENT= View, distribute and print PDF documents FORBIDDEN= "outdated and has multiple security bugs; use version 7 instead" DEPRECATED= ${FORBIDDEN} EXPIRATION_DATE= 2006-01-03 CONFLICTS= acroread7 ONLY_FOR_ARCHS= amd64 i386 USE_REINPLACE= yes USE_LINUX= yes USE_X_PREFIX= yes NO_BUILD= yes PLIST_SUB= "ARCHDIR=intellinux" WRKSRC= ${WRKDIR}/installers .include REINPLACE_ARGS= -i '' -E do-install: @${MKDIR} ${PREFIX}/Acrobat5 @ReadInstallDir=${PREFIX}/Acrobat5 ${WRKSRC}/INSTALL .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} strings -1 ${WRKSRC}/README > ${DOCSDIR}/README .endif post-install: ${REINPLACE_CMD} 's:Linux):FreeBSD|Linux):g' ${PREFIX}/Acrobat5/bin/acroread @${BRANDELF} -t Linux ${PREFIX}/Acrobat5/Reader/intellinux/bin/acroread ${REINPLACE_CMD} 's:OSF1):FreeBSD|OSF1):g' ${PREFIX}/Acrobat5/bin/acroread @cd ${PREFIX}/Acrobat5/bin && \ ${INSTALL_SCRIPT} ${PREFIX}/Acrobat5/bin/acroread \ ${PREFIX}/bin/acroread5 @${CHOWN} -R -h root:wheel ${PREFIX}/Acrobat5 @${CHMOD} +x ${PREFIX}/bin/acroread5 [ -e ${PREFIX}/bin/acroread ] \ || (cd ${PREFIX}/bin ; ${LN} -sf acroread5 acroread) @${ECHO_MSG} "Be sure to read the license agreement in" @${ECHO_MSG} "${PREFIX}/Acrobat5/Reader/license.txt" .include