diff options
author | gdt <gdt@pkgsrc.org> | 2007-04-12 18:13:05 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-04-12 18:13:05 +0000 |
commit | 566f0cc9b7c2ca2acd51998a819cf8b250eba3dc (patch) | |
tree | ff24ce4a1c9040734723b6640922d3838a31be28 /net/coda/Makefile | |
parent | fc340b31dddcdee4ec519cfcd3ccd3019f06aab2 (diff) | |
download | pkgsrc-566f0cc9b7c2ca2acd51998a819cf8b250eba3dc.tar.gz |
Coda distributed filesystem. This package contains the client and
server. The package omits the rc.vice script.
Diffstat (limited to 'net/coda/Makefile')
-rw-r--r-- | net/coda/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net/coda/Makefile b/net/coda/Makefile new file mode 100644 index 00000000000..d700b1b5d49 --- /dev/null +++ b/net/coda/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/04/12 18:13:05 gdt Exp $ +# + +DISTNAME= coda-6.9.1 +CATEGORIES= net +MASTER_SITES= http://www.coda.cs.cmu.edu/pub/coda/src/ + +MAINTAINER= gdt@NetBSD.org +HOMEPAGE= http://www.coda.cs.cmu.edu/ +COMMENT= Coda distributed fileystem + +# Top-level Makefile is missing .WAIT, reported upstream 20070412 by gdt. +MAKE_JOBS_SAFE= no + +USE_TOOLS+= gmake perl +GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ + +INSTALL_TARGET= client-install server-install + +.include "../../devel/lwp/buildlink3.mk" +.include "../../devel/rpc2/buildlink3.mk" +.include "../../devel/rvm/buildlink3.mk" +.include "../../devel/readline/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" |