summaryrefslogtreecommitdiffstats
path: root/net/citrix_ica/Makefile
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-09-21 21:30:24 +0000
committermsmith <msmith@FreeBSD.org>1998-09-21 21:30:24 +0000
commit8790e6d19a05e598a82a486ff0f93e6efc189ee4 (patch)
tree7a18d3b72d3e502139d049ba8c40ca2ed3e556a7 /net/citrix_ica/Makefile
parentb44234a97fd89348a0f58c088906222c138844c3 (diff)
downloadFreeBSD-ports-8790e6d19a05e598a82a486ff0f93e6efc189ee4.zip
FreeBSD-ports-8790e6d19a05e598a82a486ff0f93e6efc189ee4.tar.gz
This is the Citrix MetaFrame/pICAsso/WinFrame client for Microsoft Windows
NT Terminal Server, nee Hydra, nee Citrix WinFrame.
Diffstat (limited to 'net/citrix_ica/Makefile')
-rw-r--r--net/citrix_ica/Makefile39
1 files changed, 39 insertions, 0 deletions
diff --git a/net/citrix_ica/Makefile b/net/citrix_ica/Makefile
new file mode 100644
index 0000000..0f07822
--- /dev/null
+++ b/net/citrix_ica/Makefile
@@ -0,0 +1,39 @@
+# New ports collection makefile for: Citrix ICA Client
+# Version required: 2.80.76
+# Date created: 20 Sep 1998
+# Whom: msmith
+#
+# $Id$
+#
+
+DISTNAME= linux
+PKGNAME= citrix_ica-2.80
+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.5:${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>
OpenPOWER on IntegriCloud