diff options
author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-07 02:31:51 +0000 |
---|---|---|
committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-07 02:31:51 +0000 |
commit | 4b86d315caa202257c69cf3fd9c9323bbc82a872 (patch) | |
tree | 56e1e584318ae956bfb73c47dd2a669c9849cf18 /net/citrix_ica/Makefile | |
parent | 8f11472006968bf10ec1a12fc2f3579c1dabd7f4 (diff) | |
download | ports-4b86d315caa202257c69cf3fd9c9323bbc82a872.tar.gz ports-4b86d315caa202257c69cf3fd9c9323bbc82a872.zip |
Notes
Diffstat (limited to 'net/citrix_ica/Makefile')
-rw-r--r-- | net/citrix_ica/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/citrix_ica/Makefile b/net/citrix_ica/Makefile index 466d01f7923c..8b120e9142c1 100644 --- a/net/citrix_ica/Makefile +++ b/net/citrix_ica/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Sep 1998 # Whom: msmith # -# $Id: Makefile,v 1.4 1998/12/30 03:56:28 obrien Exp $ +# $Id: Makefile,v 1.5 1999/01/04 16:26:59 obrien Exp $ # DISTNAME= linux @@ -16,11 +16,13 @@ MAINTAINER= msmith@FreeBSD.ORG RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_lib +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 -RESTRICTED= "License prohibits redistribution" -IS_INTERACTIVE= "Noisy license agreement ignores stdin" CDIR= ${PREFIX}/lib/ICAClient BINDIR= ${PREFIX}/bin |