summaryrefslogtreecommitdiff
path: root/net/coda5_server/Makefile
blob: 9ec7138b72853ed2740b9f1007e1f5d519f51fdf (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
# $NetBSD: Makefile,v 1.19 1999/10/19 00:28:37 rvb Exp $
#

DISTNAME=		coda-5.3.2
PKGNAME=		coda-server-5.3.2
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/

DEPENDS+=		gdbm-1.7.3:../../databases/gdbm
DEPENDS+=		readline-4.0:../../devel/readline
DEPENDS+=		ncurses-4.2:../../devel/ncurses

ONLY_FOR_PLATFORM=	*-*-arm32 *-*-i386 *-*-ns32k

#LICENSE=		GPL

ALL_TARGET=		coda
INSTALL_TARGET=		server-install

USE_PERL5=		yes
GNU_CONFIGURE=		yes
USE_GMAKE=		yes

.include "../../mk/bsd.pkg.mk"