summaryrefslogtreecommitdiff
path: root/net/coda_intro/Makefile
diff options
context:
space:
mode:
authorrvb <rvb@pkgsrc.org>1998-10-02 20:06:34 +0000
committerrvb <rvb@pkgsrc.org>1998-10-02 20:06:34 +0000
commit254b29682e97379eccd6ceb493ad8128998ebc2e (patch)
treeccb6d584dd2e967ceb2bc111e7cf2e426848a9e8 /net/coda_intro/Makefile
parent8ce4bf0e2d66c97b5b2a43bfe48ce4afb755321c (diff)
downloadpkgsrc-254b29682e97379eccd6ceb493ad8128998ebc2e.tar.gz
This package provides a simple intro to Coda so people
can decide how/whether to use it before sucking down and installing lots of bits.
Diffstat (limited to 'net/coda_intro/Makefile')
-rw-r--r--net/coda_intro/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/coda_intro/Makefile b/net/coda_intro/Makefile
new file mode 100644
index 00000000000..51c49ed058a
--- /dev/null
+++ b/net/coda_intro/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 1998/10/02 20:06:34 rvb Exp $
+#
+
+DISTNAME= coda-intro-4.6.5-1
+PKGNAME= coda-intro-4.6.5.1
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/doc/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= rvb@cs.cmu.edu
+HOMEPAGE= http://www.coda.cs.cmu.edu/
+
+#NO_DEPENDS=
+#NO_CONFIGURE=
+
+do-build:
+ @${ECHO} "These are simple text files. We are copying them to share/doc/coda-doc-.../info"
+
+do-install:
+ cd ${WRKSRC}; tar cf - doc | (cd ${PREFIX}/share; tar xvf -)
+
+.include "../../mk/bsd.pkg.mk"