diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-09-14 08:09:35 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-09-14 08:09:35 +0000 |
commit | 1501be706e19139c7cb232af58ba40e838fcae1f (patch) | |
tree | 0d89fccec593906451f48c209066fd563f47bd60 /net/citrix_xenapp/Makefile | |
parent | 6cf01597c2a254296ecfa6f1539d3ed45648f256 (diff) |
Notes
Diffstat (limited to 'net/citrix_xenapp/Makefile')
-rw-r--r-- | net/citrix_xenapp/Makefile | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/net/citrix_xenapp/Makefile b/net/citrix_xenapp/Makefile index b9a5e37366fb..a2e3b03b5828 100644 --- a/net/citrix_xenapp/Makefile +++ b/net/citrix_xenapp/Makefile @@ -6,10 +6,10 @@ # PORTNAME= citrix_ica -PORTVERSION= 6.30.1050 +PORTVERSION= 6.30.1052 CATEGORIES= net comms linux MASTER_SITES= -DISTNAME= linuxx86 +DISTNAME= ${PORTNAME}-linuxx86 MAINTAINER= mbr@FreeBSD.org @@ -19,7 +19,6 @@ 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 @@ -36,8 +35,22 @@ NSCP= /usr/local/libexec/netscape \ .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.' +.if defined(BATCH) || defined(PACKAGE_BUILDING) +IGNORE='The distribution file for this port may not be automatically fetched due to licensing restrictions.' +.endif + +do-fetch: +.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) + @${ECHO} "" + @${ECHO} "You have to fetch the file manually after reading and" + @${ECHO} "agreeing to the license at:" + @${ECHO} "" + @${ECHO} "http://www.citrix.com/download/bin/license.asp?client=linux" + @${ECHO} "" + @${ECHO} "Once linuxx86.tar.gz has been downloaded move it to" + @${ECHO} "${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} and restart the build." + @${ECHO} "" + @${FALSE} .endif do-install: |