summaryrefslogtreecommitdiff
path: root/net/coda_intro/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/coda_intro/Makefile')
-rw-r--r--net/coda_intro/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/net/coda_intro/Makefile b/net/coda_intro/Makefile
new file mode 100644
index 000000000000..c658d28e4f63
--- /dev/null
+++ b/net/coda_intro/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: coda
+# Version required: 4.6.5
+# Date created: 19 June 1998
+# Whom: Robert V. Baron <rvb@cs.cmu.edu>
+#
+# $Id$
+#
+
+DISTNAME= coda-intro-4.6.5-2
+PKGNAME= coda-intro-4.6.5.2
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/doc/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= rvb@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 <bsd.port.mk>