1998-12-28 23:38:16 +00:00
# New ports collection makefile for: Citrix(R) ICA(R) Client
1998-09-21 21:30:24 +00:00
# Date created: 20 Sep 1998
# Whom: msmith
#
1999-08-30 14:24:37 +00:00
# $FreeBSD$
1998-09-21 21:30:24 +00:00
#
2000-04-09 18:14:07 +00:00
PORTNAME = citrix_ica
2000-12-12 15:54:55 +00:00
PORTVERSION = 6.0.908
2000-10-04 06:40:08 +00:00
CATEGORIES = net comms linux
2000-12-12 15:54:55 +00:00
MASTER_SITES =
DISTNAME = linuxx86
1998-09-21 21:30:24 +00:00
2001-01-16 17:33:20 +00:00
MAINTAINER = mb@imp.ch
1998-09-21 21:30:24 +00:00
2001-01-16 17:33:20 +00:00
RUN_DEPENDS = /compat/linux/lib/libc.so.6:${ PORTSDIR } /emulators/linux_base
1998-09-21 21:30:24 +00:00
1999-01-07 02:31:51 +00:00
ONLY_FOR_ARCHS = i386
RESTRICTED = "License prohibits redistribution"
IS_INTERACTIVE = "Noisy license agreement ignores stdin"
1998-09-21 21:30:24 +00:00
DIST_SUBDIR = citrix_ica
2001-01-16 17:33:20 +00:00
NO_WRKSUBDIR = yes
NO_BUILD = yes
1998-09-21 21:30:24 +00:00
2001-01-16 17:33:20 +00:00
CDIR = ${ PREFIX } /ICAClient
1998-09-21 21:30:24 +00:00
BINDIR = ${ PREFIX } /bin
1999-01-04 16:26:59 +00:00
. i n c l u d e < b s d . p o r t . p r e . m k >
1999-02-11 19:32:19 +00:00
. i f ! e x i s t s ( $ { D I S T D I R } / $ { D I S T _ S U B D I R } / $ { D I S T N A M E } $ { E X T R A C T _ S U F X } )
2000-12-12 15:54:55 +00:00
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.'
1999-01-04 16:26:59 +00:00
. e n d i f
1998-12-28 23:38:16 +00:00
1998-09-21 21:30:24 +00:00
do-install :
${ SED } s%DESTINATION%${ CDIR } % < ${ FILESDIR } /response \
> ${ WRKSRC } /response
${ SED } s%DESTINATION%${ CDIR } % < ${ FILESDIR } /wfcmgr \
> ${ WRKSRC } /wfcmgr.x
${ SED } s%DESTINATION%${ CDIR } % < ${ FILESDIR } /wfica \
> ${ WRKSRC } /wfica.x
2000-12-12 15:54:55 +00:00
cd ${ WRKSRC } && ${ LINUXBASE } /bin/sh -c './setupwfc < response'
1998-09-21 21:30:24 +00:00
${ INSTALL_SCRIPT } ${ WRKSRC } /wfcmgr.x ${ PREFIX } /bin/wfcmgr
${ INSTALL_SCRIPT } ${ WRKSRC } /wfica.x ${ PREFIX } /bin/wfica
1999-01-04 16:26:59 +00:00
. i n c l u d e < b s d . p o r t . p o s t . m k >