pkgsrc/net/coda5_server/Makefile
agc 4a7e2c3aa4 Remove wildcard dependencies *****AGAIN*****
Fix package name.
Fix the English in the COMMENT file.
1998-10-02 15:03:50 +00:00

22 lines
465 B
Makefile

# $NetBSD: Makefile,v 1.4 1998/10/02 15:03:50 agc Exp $
#
DISTNAME= coda-4.6.5
PKGNAME= coda-server-4.6.5
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
ALL_TARGET= coda
INSTALL_TARGET= server-install
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include "../../mk/bsd.pkg.mk"