diff options
author | sborrill <sborrill@pkgsrc.org> | 2007-01-18 22:34:05 +0000 |
---|---|---|
committer | sborrill <sborrill@pkgsrc.org> | 2007-01-18 22:34:05 +0000 |
commit | 62a5a5cbb0464377036290be37e6b1281e3ca430 (patch) | |
tree | 2bc74be39f74836b6cc07079a8d0b03961d940fb /net/citrix_ica/Makefile | |
parent | 5f048c81229b12457d299812127f741bd159ae4c (diff) | |
download | pkgsrc-62a5a5cbb0464377036290be37e6b1281e3ca430.tar.gz |
Update to versions 9.0.0 (i386) and 8.46 (sparc) which are the latest
released versions. Version 9 is the Presentation Server 4.0 release of
clients.
N.B. sparc code currently untested.
Take over as maintainer.
Fix a few pkglint warnings.
Update description to be more accurate and up-to-date.
We need suse_openmotif to run wfcmgr under Linux emulation.
Diffstat (limited to 'net/citrix_ica/Makefile')
-rw-r--r-- | net/citrix_ica/Makefile | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/net/citrix_ica/Makefile b/net/citrix_ica/Makefile index 6bf7c3d5ee6..2a44d76c1ff 100644 --- a/net/citrix_ica/Makefile +++ b/net/citrix_ica/Makefile @@ -1,43 +1,43 @@ -# $NetBSD: Makefile,v 1.28 2006/03/04 21:30:17 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2007/01/18 22:34:05 sborrill Exp $ # # A default so lintpkgsrc is happy, overridden below DISTNAME= citrix -PKGNAME= citrix_ica-7.00 -PKGREVISION= 1 +PKGNAME= citrix_ica-9.0.0 CATEGORIES= net MASTER_SITES= http://download2.citrix.com/files/en/products/client/ica/current/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.citrix.com/products/clients/ica/technology.asp -COMMENT= Citrix(R) client for the Microsoft Windows Terminal Server +COMMENT= Citrix(R) ICA client for the Citrix(R) Presentation Server(TM) .include "../../mk/bsd.prefs.mk" -ONLY_FOR_PLATFORM= Linux-*-i[3-6]86 NetBSD-*-i386 NetBSD-*-sparc SunOS-*-sparc +ONLY_FOR_PLATFORM= Linux-*-i[3-6]86 NetBSD-*-i386 NetBSD-*-sparc SunOS-*-sparc ONLY_FOR_PLATFORM+= DragonFly-*-i386 .if ${OPSYS} == "NetBSD" . if ${MACHINE_ARCH} == "i386" DISTNAME= linuxx86 -PKGNAME= citrix_ica-7.00.77757 +PKGNAME= citrix_ica-9.0.0 . elif ${MACHINE_ARCH} == "sparc" -DISTNAME= solaris -PKGNAME= citrix_ica-7.02.78662 +DISTNAME= en.solaris +PKGNAME= citrix_ica-8.46 EXTRACT_SUFX= .tar.Z . endif .elif ${OPSYS} == "SunOS" -DISTNAME= solaris -PKGNAME= citrix_ica-7.02.78662 +DISTNAME= en.solaris +PKGNAME= citrix_ica-8.46 EXTRACT_SUFX= .tar.Z .elif ${OPSYS} == "Linux" || ${OPSYS} == "DragonFly" DISTNAME= linuxx86 -PKGNAME= citrix_ica-7.00.77757 +PKGNAME= citrix_ica-9.0.0 .endif # see http://www.citrix.com/download/unix-downloads.htm .if (${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly") && ${MACHINE_ARCH} == "i386" DEPENDS+= suse_x11>=6.4:../../emulators/${SUSE_DIR_PREFIX}_x11 +DEPENDS+= suse_openmotif>=6.4:../../emulators/${SUSE_DIR_PREFIX}_openmotif .endif LICENSE= citrix_ica-license @@ -51,7 +51,7 @@ WRKSRC= ${WRKDIR} DIST_SUBDIR= ${PKGNAME_NOREV} CDIR= ${PREFIX}/lib/ICAClient -BINDIR= ${PREFIX}/bin +USE_TOOLS+= patch .if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "sparc" . if !exists(/emul/svr4/usr/lib/ld.so) @@ -62,9 +62,9 @@ PKG_FAIL_REASON+= "${PKGNAME} requires SVR4 compability - see compat_svr4(8)" INSTALLATION_DIRS= bin do-patch: - @(cd ${WRKSRC}; \ + (cd ${WRKSRC}; \ for f in ${PATCHDIR}/patch-${MACHINE_ARCH}-*;do \ - ${PATCH} <$$f >/dev/null 2>&1 || true; \ + ${PATCH} <$$f >/dev/null 2>&1 || ${TRUE}; \ done) do-build: @@ -76,7 +76,7 @@ do-build: > ${WRKSRC}/wfica.x pre-install: - @if [ -d "${CDIR}" ]; then \ + if [ -d "${CDIR}" ]; then \ ${ECHO} ""; \ ${ECHO} "*** Please remove ${CDIR} and try again ***"; \ ${ECHO} ""; \ |