1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/misc/diction/Makefile
Matthew Hunt 960c517036 Import of GNU diction and style, for finding possible errors in
text and evaluating its readability.

I think I will stick with my brain in my quest to clean up
*/*/pkg/DESCR; while slower, I'll bet it's more accurate. :-)

PR:		7479
Submitted by:	J Han <hjh@best.com>
1998-08-04 17:04:18 +00:00

23 lines
392 B
Makefile

# New ports collection makefile for: diction
# Version required: 0.6
# Date created: 2 August 1998
# Whom: J Han <hjh@best.com>
#
# $Id$
#
DISTNAME= diction-0.6
CATEGORIES= misc
MASTER_SITES= ftp://cantor.informatik.rwth-aachen.de/pub/unix/
MAINTAINER= hjh@best.com
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAKE_ENV= MKDIR="$(MKDIR)"
MAN1= diction.1 style.1
.include <bsd.port.mk>