diff options
-rw-r--r-- | net/coda5_client/Makefile | 15 | ||||
-rw-r--r-- | net/coda_client/Makefile | 15 |
2 files changed, 8 insertions, 22 deletions
diff --git a/net/coda5_client/Makefile b/net/coda5_client/Makefile index 9cabff34281..20e58502e11 100644 --- a/net/coda5_client/Makefile +++ b/net/coda5_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 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 |