24 lines
410 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.4 2019/07/12 20:49:57 sthen Exp $
COMMENT = sentence grammar and readability analyzer
CATEGORIES = textproc
DISTNAME = diction-1.11
2016-05-07 12:40:56 +00:00
REVISION = 0
HOMEPAGE = https://www.gnu.org/software/diction/
MASTER_SITES = ${MASTER_SITE_GNU:=diction/}
2016-05-07 12:40:56 +00:00
MAINTAINER = Pascal Stumpf <pascal@stumpf.co>
WANTLIB += c m
# GPLv3+
PERMIT_PACKAGE = Yes
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>