summaryrefslogtreecommitdiff
path: root/net/coda_client
diff options
context:
space:
mode:
authoragc <agc>1998-10-02 13:57:28 +0000
committeragc <agc>1998-10-02 13:57:28 +0000
commit5454944d3b7e4d51c3f679836c113a2e8890a0a6 (patch)
tree7d3042778ade6e27af62ba5e9085a7fef529d044 /net/coda_client
parent8985be07410b0f6338815cf6552fa37b4807f042 (diff)
downloadpkgsrc-5454944d3b7e4d51c3f679836c113a2e8890a0a6.tar.gz
Remove useless comment from start of file.
Add NetBSD RCS Id. Don't use wildcard dependencies (for just now). Use the correct format for the package name. Make this pass pkglint.
Diffstat (limited to 'net/coda_client')
-rw-r--r--net/coda_client/Makefile15
1 files changed, 4 insertions, 11 deletions
diff --git a/net/coda_client/Makefile b/net/coda_client/Makefile
index 9cabff34281..20e58502e11 100644
--- a/net/coda_client/Makefile
+++ b/net/coda_client/Makefile
@@ -1,13 +1,8 @@
-# New makefile for: coda client
-# Version required: 4.6.5
-# Date created: 19 June 1998
-# Whom: hmpierce <hmpierce@cs.cmu.edu>
-#
-# $Id: Makefile,v 1.1.1.1 1998/09/29 17:20:46 rvb Exp $
+# $NetBSD: Makefile,v 1.2 1998/10/02 13:57:28 agc Exp $
#
DISTNAME= coda-4.6.5
-PKGNAME= coda-client-4.6.5-1.3H-1
+PKGNAME= coda-client-4.6.5
CATEGORIES= net
MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/
EXTRACT_SUFX= .tgz
@@ -15,14 +10,12 @@ EXTRACT_SUFX= .tgz
MAINTAINER= coda@cs.cmu.edu
HOMEPAGE= http://www.coda.cs.cmu.edu/
-# Dependencies:
-DEPENDS= gdbm-*:../../databases/gdbm \
- readline-*:../../devel/readline
+DEPENDS+= gdbm-1.7.3:../../databases/gdbm
+DEPENDS+= readline-2.2:../../devel/readline
ALL_TARGET= coda
INSTALL_TARGET= client-install
-# Odd, non-default BSD stuff:
GNU_CONFIGURE= yes
USE_GMAKE= yes