pkgsrc/net/coda5_client/Makefile
fredb 4eb78ac859 Unify ONLY_FOR_PLATFORM to clarify conditions, somewhat, under which
coda/lwp may be built and run. "lwp" needs custom pmap handling in assy
language. Only "lwp" is needed to build and run a coda server; client's
also need to have the MI CODA filesystem enabled. In fact, it seems
that sparc64 has the CODA file system even the assembler in "lwp" is
only for sparc, and mac68k is the only m68k port with the CODA filesystem,
but such would be cumbersome to express with the present framework.
2000-09-29 15:40:27 +00:00

31 lines
814 B
Makefile

# $NetBSD: Makefile,v 1.25 2000/09/29 15:40:29 fredb Exp $
#
DISTNAME= coda-5.3.5
PKGNAME= coda-client-5.3.5
CATEGORIES= net
MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/
EXTRACT_SUFX= .tgz
MAINTAINER= phil@cs.wwu.edu
HOMEPAGE= http://www.coda.cs.cmu.edu/
DEPENDS+= lwp>=1.1:../../devel/lwp
DEPENDS+= ncurses>=4.2:../../devel/ncurses
DEPENDS+= readline>=4.0:../../devel/readline
# Requires "lwp" plus "filesystem CODA" to operate. Should build on
# any NetBSD-*-m68k, though.
ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-m68k NetBSD-*-sparc*
ALL_TARGET= coda
INSTALL_TARGET= client-install
USE_PERL5= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${WRKSRC}/include"
CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS} -I${WRKSRC}/include"
.include "../../mk/bsd.pkg.mk"