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
# Version required: 2.80.76
# Date created: 20 Sep 1998
# Whom: msmith
#
1999-01-07 02:31:51 +00:00
# $Id: Makefile,v 1.5 1999/01/04 16:26:59 obrien Exp $
1998-09-21 21:30:24 +00:00
#
DISTNAME = linux
1998-11-06 07:09:20 +00:00
PKGNAME = citrix_ica-2.8.1
1998-09-21 21:30:24 +00:00
CATEGORIES = comms
1998-12-28 23:38:16 +00:00
MASTER_SITES = "Distfile must be fetched manually"
1998-09-21 21:30:24 +00:00
EXTRACT_SUFX = .tar.z
MAINTAINER = msmith@FreeBSD.ORG
1998-11-06 07:09:20 +00:00
RUN_DEPENDS = /compat/linux/lib/libc.so.6:${ PORTSDIR } /emulators/linux_lib
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
NO_WRKSUBDIR = Yes
NO_BUILD = Yes
CDIR = ${ PREFIX } /lib/ICAClient
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 >
. i f ! e x i s t s ( $ { D I S T D I R } / $ { D I S T N A M E } $ { E X T R A C T _ S U F X } )
IGNORE = 'The source to this port may not be automatically fetched due to licensing restrictions. You MUST fetch the source manually after reading and agreeing to the license at: http://download.citrix.com/download.asp?client=LINUX Once ${DISTFILES} has been downloaded, move it to ${DISTDIR} and then restart this build.'
. 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
cd ${ WRKSRC } && ./setupwfc < response
${ 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 >