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
|
2004-10-12 05:45:27 +02:00
|
|
|
PORTVERSION= 5.095
|
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/
|
|
|
|
|
2003-07-30 10:31:06 +02:00
|
|
|
MAINTAINER= yinjieh@csie.nctu.edu.tw
|
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
|
|
|
|
GNU_CONFIGURE= yes
|
2003-07-22 16:29:51 +02:00
|
|
|
CONFIGURE_TARGET= -build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
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>
|