1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/textproc/aft/Makefile
Jimmy Olgeni 22d7896c17 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories T-V.

CR:		D509
Approved by:	portmgr (antoine)
2014-08-03 14:15:08 +00:00

26 lines
520 B
Makefile

# Created by: Alan Eldridge <alane@FreeBSD.org>
# $FreeBSD$
PORTNAME= aft
PORTVERSION= 5.098
PORTEPOCH= 1
CATEGORIES= textproc
MASTER_SITES= http://www.maplefish.com/todd/
MAINTAINER= culot@FreeBSD.org
COMMENT= Document preparation system using an Almost Free Text input format
LICENSE= CART
LICENSE_GROUPS= FSF OSI
LICENSE_NAME= Clarified Artistic License
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LICENSE_PERMS= auto-accept
USES= perl5 gmake
GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS
PORTDOCS= *
.include <bsd.port.mk>