aboutsummaryrefslogtreecommitdiff
path: root/net/citrix_ica/Makefile
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-08-11 13:45:31 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-08-11 13:45:31 +0000
commitc2f1fae07cc766560bcc9337852f23623fbfbed9 (patch)
treee88fee4eed7c76dab0281678e1e8e77cfa8f80ad /net/citrix_ica/Makefile
parent61bdb45c4b8e301a5151a1cf1857a618d8f3af60 (diff)
downloadports-c2f1fae07cc766560bcc9337852f23623fbfbed9.tar.gz
ports-c2f1fae07cc766560bcc9337852f23623fbfbed9.zip
Upgrade to v. 7.00, integrate it into Gnome/KDE
Notes
Notes: svn path=/head/; revision=86756
Diffstat (limited to 'net/citrix_ica/Makefile')
-rw-r--r--net/citrix_ica/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/net/citrix_ica/Makefile b/net/citrix_ica/Makefile
index 386471899170..07a3266f0a67 100644
--- a/net/citrix_ica/Makefile
+++ b/net/citrix_ica/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