aboutsummaryrefslogtreecommitdiffstats
path: root/print/acroread/Makefile
blob: 0cd5439b1e6c16fd580381f51ed2229a4679671f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# New ports collection makefile for:    acroread
# Date created:     16 November 1996
# Whom:         Thomas Gellekum <tg@freebsd.org>
#
# $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

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 <bsd.port.pre.mk>

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 <bsd.port.post.mk>