diff options
author | Robert V. Baron <rvb@FreeBSD.org> | 1998-10-05 19:23:43 +0000 |
---|---|---|
committer | Robert V. Baron <rvb@FreeBSD.org> | 1998-10-05 19:23:43 +0000 |
commit | 42ec080314d14f67ec4d9b8a3f05ff05be5c87b7 (patch) | |
tree | ad2e0a8f96ca2bedd20a27bfb48682c88891b986 /net/coda_doc/Makefile | |
parent | - Make Jordan the maintainer, since I don't even own a scanner anymore and (diff) |
The current ports will get you Coda release 4.6.5. There are too
many patches in the ports. So we will crank out a Coda release
4.6.6 later this week. If anyone wants to play with the 4.6.5
release in the mean time they can.
Notes
Notes:
svn path=/head/; revision=13677
Diffstat (limited to 'net/coda_doc/Makefile')
-rw-r--r-- | net/coda_doc/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/net/coda_doc/Makefile b/net/coda_doc/Makefile new file mode 100644 index 000000000000..ea289e1df735 --- /dev/null +++ b/net/coda_doc/Makefile @@ -0,0 +1,29 @@ +# 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-doc-4.6.5-3 +PKGNAME= coda-doc-4.6.5.3 +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} "At present, Coda documentation is distributed in html, man, ps, and ppt forms" + @${ECHO} "but documentation source is not available. It should appear in a release" + @${ECHO} "or two." + +do-install: + cd ${WRKSRC}; tar cf - man | (cd ${PREFIX}; tar xvf -) + cd ${WRKSRC}; tar cf - doc | (cd ${PREFIX}/share; tar xvf -) + +.include <bsd.port.mk> |