diff options
author | mbr <mbr@FreeBSD.org> | 2003-08-11 13:45:31 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-08-11 13:45:31 +0000 |
commit | 9823d0b055c8a41490e9b7093d571f1410177743 (patch) | |
tree | de6801437a187e53494d475a7017d73df38e018b /net/citrix_ica/Makefile | |
parent | 5cbcfe08a6db859150f42869db35d416c72189cf (diff) | |
download | FreeBSD-ports-9823d0b055c8a41490e9b7093d571f1410177743.zip FreeBSD-ports-9823d0b055c8a41490e9b7093d571f1410177743.tar.gz |
Upgrade to v. 7.00, integrate it into Gnome/KDE
Diffstat (limited to 'net/citrix_ica/Makefile')
-rw-r--r-- | net/citrix_ica/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/net/citrix_ica/Makefile b/net/citrix_ica/Makefile index 3864718..07a3266 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 |