blob: 774fe22f06009f8d44a9cbb811e30deb43d5ea51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# $NetBSD: Makefile,v 1.26 2001/02/17 18:18:40 wiz 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/
COMMENT= client programs for a replicated high-performance networ
k file system
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"
|