diff options
author | abs <abs@pkgsrc.org> | 1999-10-29 00:14:07 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 1999-10-29 00:14:07 +0000 |
commit | 9933792c0a5fa56954b03263f061d871eb30c742 (patch) | |
tree | f5ab435bcc59cc2ec4ad5e5ce94600f8477615ae /editors/vilearn/Makefile | |
parent | aa5ef3835ef310f11fa4aa6b723639ccf49da3d8 (diff) | |
download | pkgsrc-9933792c0a5fa56954b03263f061d871eb30c742.tar.gz |
vilearn-1.0 - online vi tutorial, from basic to advanced
Highly recommended (I cannot believe I did not add this before now :)
Diffstat (limited to 'editors/vilearn/Makefile')
-rw-r--r-- | editors/vilearn/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/vilearn/Makefile b/editors/vilearn/Makefile new file mode 100644 index 00000000000..27c9d280322 --- /dev/null +++ b/editors/vilearn/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/10/29 00:14:07 abs Exp $ +# + +DISTNAME= vilearn-1.0 +CATEGORIES= editors misc +MASTER_SITES= ftp://terminator.rs.itd.umich.edu/unix/ +EXTRACT_SUFX= .shar.Z + +MAINTAINER= abs@netbsd.org +HOMEPAGE= http://www.umich.edu/~rsug/misc/vilearn.html + +EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SED} '1,/^wes$$/d' | ${SH} + +.include "../../mk/bsd.pkg.mk" |