diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-12-12 16:01:22 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-12-12 16:01:22 +0000 |
commit | 80e22c35992804cf43c113070c03f2b2be3df753 (patch) | |
tree | d12d3e1f4e44be372a885d22f565a8bc79c3d8fd /german/citrix_xenapp/Makefile | |
parent | 5b5075bb38bc2d76992293426fe8d0943d2e792f (diff) |
New port: de-citrix_ica, the German version of the Citrix(R) ICA(R) Client
PR: 23498
Submitted by: Martin Blapp <mb@imp.ch>
Notes
Notes:
svn path=/head/; revision=35928
Diffstat (limited to 'german/citrix_xenapp/Makefile')
-rw-r--r-- | german/citrix_xenapp/Makefile | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/german/citrix_xenapp/Makefile b/german/citrix_xenapp/Makefile new file mode 100644 index 000000000000..74f4ecaea5e3 --- /dev/null +++ b/german/citrix_xenapp/Makefile @@ -0,0 +1,46 @@ +# New ports collection makefile for: Citrix(R) ICA(R) Client +# Date created: 12 Dez 2000 +# Whom: mblapp +# +# $FreeBSD$ +# + +PORTNAME= citrix_ica +PORTVERSION= 6.0.92 +CATEGORIES= german net comms linux +MASTER_SITES= +DISTNAME= linuxx86 + +MAINTAINER= mb@imp.ch + +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: + ${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} && ${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> |