summaryrefslogtreecommitdiff
path: root/net/coda_server/Makefile
blob: 209a702f931f602df6694fc26955d178747c0e3f (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
# $NetBSD: Makefile,v 1.8 1999/04/26 19:08:44 garbled 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/

DEPENDS+=	gdbm-1.7.3:../../databases/gdbm
DEPENDS+=	readline-2.2:../../devel/readline

NOT_FOR_ARCHS=	alpha # needs custom asm.

ALL_TARGET=	coda
INSTALL_TARGET=	server-install

USE_PERL5=	yes
GNU_CONFIGURE=	yes
USE_GMAKE=	yes

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