23 lines
409 B
Makefile
23 lines
409 B
Makefile
# $OpenBSD: Makefile,v 1.2 2013/03/11 11:42:41 espie 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
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|