9d64d103fc
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. Some bits (including maintainership) from an otherwise identical port sent by Pascal Stumpf. ok landry@
26 lines
498 B
Makefile
26 lines
498 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/08/21 22:52:30 bentley Exp $
|
|
|
|
COMMENT = sentence grammar and readability analyzer
|
|
|
|
CATEGORIES = textproc
|
|
|
|
DISTNAME = diction-1.11
|
|
|
|
HOMEPAGE = https://www.gnu.org/software/diction/
|
|
|
|
MASTER_SITES = ${MASTER_SITE_GNU:=diction/}
|
|
|
|
MAINTAINER = Pascal Stumpf <Pascal.Stumpf@cubes.de>
|
|
|
|
WANTLIB += c m
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|