diff options
author | christos <christos@pkgsrc.org> | 2005-05-10 21:56:13 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 2005-05-10 21:56:13 +0000 |
commit | 16e79c3370ef4fcb0aeb78408dd7f5914a3da563 (patch) | |
tree | 91633b07bdd5a0f623ba7460a97a62dd286fb9f9 /textproc/vis/Makefile | |
parent | b96316508b2f2db56296929f5c01131658f38107 (diff) | |
download | pkgsrc-16e79c3370ef4fcb0aeb78408dd7f5914a3da563.tar.gz |
Add a new vis/unvis package.
Diffstat (limited to 'textproc/vis/Makefile')
-rw-r--r-- | textproc/vis/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/vis/Makefile b/textproc/vis/Makefile new file mode 100644 index 00000000000..67973f924e9 --- /dev/null +++ b/textproc/vis/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2005/05/10 21:56:13 christos Exp $ +# + +DISTNAME= vis-0.0 +CATEGORIES= textproc +MASTER_SITES= ftp://ftp.gw.com/pub/people/christos/ + +MAINTAINER= christos@netbsd.org +COMMENT= Convert strings from/to a visual format + +.include "../../mk/bsd.prefs.mk" + +.include "../../mk/bsd.pkg.mk" |