aboutsummaryrefslogtreecommitdiff
path: root/textproc/aft/Makefile
blob: 5c045be83306930dbfe4eaad86374d096272278b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Alan Eldridge <alane@FreeBSD.org>

PORTNAME=	aft
PORTVERSION=	5.098
PORTREVISION=	1
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 GPL OSI
LICENSE_NAME=	Clarified Artistic License
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

USES=		perl5 gmake
GNU_CONFIGURE=	yes
OPTIONS_DEFINE=	DOCS

PORTDOCS=	*

.include <bsd.port.mk>