blob: 6e47f69c2626b30f2bf96bc03b03b6237f242306 (
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
|
# $NetBSD: Makefile,v 1.23 2000/07/27 00:20:50 phil Exp $
#
DISTNAME= coda-5.3.5
PKGNAME= coda-server-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
#LICENSE= GPL
ALL_TARGET= coda
INSTALL_TARGET= server-install
USE_PERL5= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include "../../mk/bsd.pkg.mk"
|