summaryrefslogtreecommitdiff
path: root/textproc/diction/Makefile
diff options
context:
space:
mode:
authorrh <rh>2002-05-05 21:56:17 +0000
committerrh <rh>2002-05-05 21:56:17 +0000
commitacac2ebbd4d94cfb061fbc49701ebeb80c8a9e25 (patch)
tree170996e302a98620534f13284afe502627063902 /textproc/diction/Makefile
parent7f6e9033c283df0d5218d24e2f30ddb6d1a4e45f (diff)
downloadpkgsrc-acac2ebbd4d94cfb061fbc49701ebeb80c8a9e25.tar.gz
Initial import of diction-1.02, a package of GNU diction and style (no pun
intended :-) From DESCR: Diction and style are two old standard UNIX commands. Diction identifies wordy and commonly misused phrases. Style analyses surface characteristics of a document, including sentence length and other readability measures. Provided by <xs@kittenz.org>, thanks! This closes PR pkg/16664.
Diffstat (limited to 'textproc/diction/Makefile')
-rw-r--r--textproc/diction/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/diction/Makefile b/textproc/diction/Makefile
new file mode 100644
index 00000000000..99eaa960859
--- /dev/null
+++ b/textproc/diction/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/05/05 21:56:17 rh Exp $
+
+DISTNAME= diction-1.02
+CATEGORIES= textproc
+MASTER_SITES= http://www.moria.de/~michael/diction/
+
+MAINTAINER= xs@nitric.net
+HOMEPAGE= http://www.gnu.org/software/diction/diction.html
+COMMENT= GNU version of diction and style
+
+GNU_CONFIGURE= YES
+
+.include "../../mk/bsd.pkg.mk"