aboutsummaryrefslogtreecommitdiffstats
path: root/net/citrix_xenapp/Makefile
blob: 46a2c57bab1a1beca29202a1d715006e8a12f9e8 (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
59
60
61
62
# New ports collection makefile for:    Citrix(R) ICA(R) Client
# Date created:         20 Sep 1998
# Whom:                 msmith
#
# $FreeBSD$
#

PORTNAME=   citrix_ica
PORTVERSION=    6.20.973
CATEGORIES= net comms linux
MASTER_SITES=
DISTNAME=   linuxx86

MAINTAINER= mbr@FreeBSD.org

RUN_DEPENDS=    /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base

ONLY_FOR_ARCHS= i386
RESTRICTED= "License prohibits redistribution"
IS_INTERACTIVE= "Noisy license agreement ignores stdin"

DIST_SUBDIR=    citrix_ica
NO_WRKSUBDIR=   yes
NO_BUILD=   yes

CDIR=       ${PREFIX}/ICAClient
BINDIR=     ${PREFIX}/bin

.include <bsd.port.pre.mk>

.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE='The distribution file for this port may not be automatically fetched due to licensing restrictions.  You MUST fetch the file manually after reading and agreeing to the license at: http://www.citrix.com/download/bin/license.asp?client=linux   Once ${DISTFILES} has been downloaded, move it to ${DISTDIR}/${DIST_SUBDIR} and then restart this build.'
.endif

do-install:
    @if (test -d "${CDIR}") ; \
    then \
        ${ECHO} "-----------------------------------------------------------" ; \
        ${ECHO} "" ; \
        ${ECHO} "A ${CDIR} installation does already exist." ; \
        ${ECHO} "Please move it away or delete the old port" ; \
        ${ECHO} "" ; \
        ${ECHO} "-----------------------------------------------------------" ; \
        ${FALSE} ; \
    fi
    @if (test -d "/usr/lib/netscape"\
        || test -d "/usr/local/netscape"\
        || test -d "/usr/local/lib/netscape") ; \
    then \
        ${ECHO} -e "1\n${CDIR}\ny\ny\ny\n3" > ${WRKSRC}/response ; \
    else \
        ${ECHO} -e "1\n${CDIR}\ny\ny\ny\ny\n3" > ${WRKSRC}/response ; \
    fi
    ${SED} s%DESTINATION%${CDIR}% < ${FILESDIR}/wfcmgr \
        > ${WRKSRC}/wfcmgr.x
    ${SED} s%DESTINATION%${CDIR}% < ${FILESDIR}/wfica \
        > ${WRKSRC}/wfica.x
    cd ${WRKSRC} && ${LINUXBASE}/bin/sh -c './setupwfc < response'
    ${INSTALL_SCRIPT} ${WRKSRC}/wfcmgr.x ${PREFIX}/bin/wfcmgr
    ${INSTALL_SCRIPT} ${WRKSRC}/wfica.x ${PREFIX}/bin/wfica

.include <bsd.port.post.mk>