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.
13 lines
336 B
Makefile
13 lines
336 B
Makefile
# $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"
|