800ec45564
several bug fixes and enhancements, see: http://www.coda.cs.cmu.edu/maillists/coda-announce/0084.html http://www.coda.cs.cmu.edu/maillists/coda-announce/0083.html http://www.coda.cs.cmu.edu/maillists/coda-announce/0082.html WARNING: this (or the rvm update) changes the venus RVM format. Ensure that you have no unreintegrated changes before updating, and then reinit the client rvm. From Jukka Salmi via PR pkg/44637.
29 lines
816 B
Makefile
29 lines
816 B
Makefile
# $NetBSD: Makefile,v 1.10 2011/03/11 20:27:42 gdt Exp $
|
|
#
|
|
|
|
DISTNAME= coda-6.9.5
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
# See http://coda.wikidev.net/Quick_Client_Action for hints on how
|
|
# to configure venus.
|
|
|
|
USE_TOOLS+= gmake pkg-config perl perl:run
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
REPLACE_PERL= coda-src/scripts/tape.pl coda-src/scripts/volmunge
|
|
|
|
.include "../../devel/lwp/buildlink3.mk"
|
|
.include "../../devel/rpc2/buildlink3.mk"
|
|
.include "../../devel/rvm/buildlink3.mk"
|
|
.include "../../devel/readline/buildlink3.mk"
|
|
.include "../../mk/curses.buildlink3.mk"
|
|
.include "../../lang/python/application.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|