openbsd-ports/textproc/diction/Makefile

26 lines
498 B
Makefile
Raw Normal View History

# $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>