2002-05-19 23:49:09 +02:00
|
|
|
# New ports collection makefile for: aft
|
|
|
|
# Date created: 2002/03/28
|
2002-11-01 14:09:32 +01:00
|
|
|
# Whom: Alan Eldridge <alane@FreeBSD.org>
|
2002-05-19 23:49:09 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= aft
|
2010-09-11 22:19:15 +02:00
|
|
|
PORTVERSION= 5.098
|
2003-07-22 16:29:51 +02:00
|
|
|
PORTEPOCH= 1
|
2002-05-19 23:49:09 +02:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= http://www.maplefish.com/todd/
|
|
|
|
|
2010-09-11 22:19:15 +02:00
|
|
|
MAINTAINER= frederic@culot.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= A document preparation system using an Almost Free Text input format
|
2002-05-19 23:49:09 +02:00
|
|
|
|
|
|
|
USE_PERL5= yes
|
2007-04-05 20:41:31 +02:00
|
|
|
USE_GMAKE= yes
|
2009-09-16 16:27:20 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2002-05-19 23:49:09 +02:00
|
|
|
|
2003-07-22 16:29:51 +02:00
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
INSTALL_TARGET= install-binSCRIPTS install-pkgdataDATA install-pkgdataSCRIPTS
|
|
|
|
.endif
|
2002-05-19 23:49:09 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|