diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-08-11 13:45:31 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-08-11 13:45:31 +0000 |
commit | c2f1fae07cc766560bcc9337852f23623fbfbed9 (patch) | |
tree | e88fee4eed7c76dab0281678e1e8e77cfa8f80ad /net/citrix_xenapp/Makefile | |
parent | 61bdb45c4b8e301a5151a1cf1857a618d8f3af60 (diff) |
Notes
Diffstat (limited to 'net/citrix_xenapp/Makefile')
-rw-r--r-- | net/citrix_xenapp/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/net/citrix_xenapp/Makefile b/net/citrix_xenapp/Makefile index 386471899170..07a3266f0a67 100644 --- a/net/citrix_xenapp/Makefile +++ b/net/citrix_xenapp/Makefile @@ -6,10 +6,10 @@ # PORTNAME= citrix_ica -PORTVERSION= 6.30.1052 +PORTVERSION= 7.00 CATEGORIES= net comms linux MASTER_SITES= -DISTNAME= ${PORTNAME}-linuxx86 +DISTNAME= ${PORTNAME}-linuxx86-${PORTVERSION} MAINTAINER= mbr@FreeBSD.org COMMENT= Citrix(R) client for the Microsoft Windows Terminal Server @@ -36,6 +36,10 @@ NSCP= /usr/local/libexec/netscape \ .include <bsd.port.pre.mk> +.if exists(${PREFIX}/bin/kde-config) +HAVE_KDE= "\\ny" +.endif + .if defined(BATCH) || defined(PACKAGE_BUILDING) IGNORE='The distribution file for this port may not be automatically fetched due to licensing restrictions.' .endif @@ -66,13 +70,13 @@ do-install: ${FALSE} ; \ fi - @${ECHO_CMD} -e "1\n${CDIR}\ny\ny\ny\ny\n3" > ${WRKSRC}/response ; + @${ECHO_CMD} -e "1\n${CDIR}\ny\ny\ny\ny${HAVE_KDE}\n3" > ${WRKSRC}/response ; @for dir in ${NSCP}; do \ if [ -e $${dir}/plugins/libnullplugin.so ]; then \ BIN=`${FILE} $${dir}/plugins/libnullplugin.so | ${AWK} '{print $$11}'` ; \ case $${BIN} in \ \(SYSV\),) \ - ${ECHO_CMD} -e "1\n${CDIR}\ny\ny\ny\n3" > ${WRKSRC}/response ; \ + ${ECHO_CMD} -e "1\n${CDIR}\ny\ny\ny${HAVE_KDE}\n3" > ${WRKSRC}/response ; \ esac \ fi \ done |