summaryrefslogtreecommitdiff
path: root/net/coda_client/Makefile
diff options
context:
space:
mode:
authorrvb <rvb>1998-09-29 17:20:46 +0000
committerrvb <rvb>1998-09-29 17:20:46 +0000
commitbe9170001348b6da14ee49cc5eb9582b4be4c561 (patch)
treea8e8c4f78c26316759e8efcf142ffa2be0463e3d /net/coda_client/Makefile
parentdf1fb13e5aab61e8234a48a169012d96c2418a2a (diff)
downloadpkgsrc-be9170001348b6da14ee49cc5eb9582b4be4c561.tar.gz
Importing coda_client and coda_server for -current.
coda_doc will be commited RSN & then I'll update the net/Makefile
Diffstat (limited to 'net/coda_client/Makefile')
-rw-r--r--net/coda_client/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/net/coda_client/Makefile b/net/coda_client/Makefile
new file mode 100644
index 00000000000..9cabff34281
--- /dev/null
+++ b/net/coda_client/Makefile
@@ -0,0 +1,29 @@
+# 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 $
+#
+
+DISTNAME= coda-4.6.5
+PKGNAME= coda-client-4.6.5-1.3H-1
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= coda@cs.cmu.edu
+HOMEPAGE= http://www.coda.cs.cmu.edu/
+
+# Dependencies:
+DEPENDS= gdbm-*:../../databases/gdbm \
+ readline-*:../../devel/readline
+
+ALL_TARGET= coda
+INSTALL_TARGET= client-install
+
+# Odd, non-default BSD stuff:
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+.include "../../mk/bsd.pkg.mk"