pkgsrc/net/coda_server/Makefile
tron 19694c1db4 Mark this package as NetBSD 1.4* and 1.5* only because they included
scribbling is only remotely related to C++ and cannot be compiled
with g++ 2.95.3.
2002-08-15 21:33:06 +00:00

27 lines
677 B
Makefile

# $NetBSD: Makefile,v 1.16 2002/08/15 21:33:07 tron Exp $
#
DISTNAME= coda-4.6.6
PKGNAME= coda-server-4.6.6.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/
EXTRACT_SUFX= .tgz
MAINTAINER= rvb@cs.cmu.edu
HOMEPAGE= http://www.coda.cs.cmu.edu/
COMMENT= server for a replicated high-performance network file system
DEPENDS+= gdbm>=1.7.3:../../databases/gdbm
DEPENDS+= readline>=4.0:../../devel/readline
# Only enable platforms that can build "lwp".
ONLY_FOR_PLATFORM= NetBSD-1.[45]*-i386 NetBSD-1.[45]*-m68k
ALL_TARGET= coda
INSTALL_TARGET= server-install
USE_PERL5= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include "../../mk/bsd.pkg.mk"