blob: 8668ae4ce9d7048dc57699af7f83d9905a684cd7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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= A document preparation system using an Almost Free Text input format
USES= perl5
USE_GMAKE= yes
GNU_CONFIGURE= yes
.if defined(NOPORTDOCS)
INSTALL_TARGET= install-binSCRIPTS install-pkgdataDATA install-pkgdataSCRIPTS
.endif
NO_STAGE= yes
.include <bsd.port.mk>
|