mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
22 lines
337 B
Makefile
22 lines
337 B
Makefile
COMMENT = sentence grammar and readability analyzer
|
|
|
|
CATEGORIES = textproc
|
|
|
|
DISTNAME = diction-1.11
|
|
REVISION = 0
|
|
|
|
HOMEPAGE = https://www.gnu.org/software/diction/
|
|
|
|
SITES = ${SITE_GNU:=diction/}
|
|
|
|
MAINTAINER = Pascal Stumpf <pascal@stumpf.co>
|
|
|
|
WANTLIB += c m
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|