freebsd-ports/net/citrix_xenapp/Makefile
Mike Smith 10c6d70e49 Update to client version 2.8.1
Submitted by:	Ben Hutchinson <benhutch@xfiles.org.uk>
1998-11-06 07:09:20 +00:00

39 lines
1.1 KiB
Makefile

# New ports collection makefile for: Citrix ICA Client
# Version required: 2.80.76
# Date created: 20 Sep 1998
# Whom: msmith
#
# $Id: Makefile,v 1.1.1.1 1998/09/21 21:30:24 msmith Exp $
#
DISTNAME= linux
PKGNAME= citrix_ica-2.8.1
CATEGORIES= comms
MASTER_SITES= http://citrix.com/bin/client/ICA/
EXTRACT_SUFX= .tar.z
MAINTAINER= msmith@FreeBSD.ORG
RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_lib
DIST_SUBDIR= citrix_ica
NO_WRKSUBDIR= Yes
NO_BUILD= Yes
RESTRICTED= "License prohibits redistribution"
IS_INTERACTIVE= "Noisy license agreement ignores stdin"
CDIR= ${PREFIX}/lib/ICAClient
BINDIR= ${PREFIX}/bin
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
.include <bsd.port.mk>