freebsd-ports/textproc/aft/Makefile

26 lines
536 B
Makefile
Raw Normal View History

# New ports collection makefile for: aft
# Date created: 2002/03/28
# Whom: Alan Eldridge <alane@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= aft
PORTVERSION= 5.098
PORTEPOCH= 1
CATEGORIES= textproc
MASTER_SITES= http://www.maplefish.com/todd/
MAINTAINER= frederic@culot.org
2003-02-20 20:21:36 +01:00
COMMENT= A document preparation system using an Almost Free Text input format
USE_PERL5= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
.if defined(NOPORTDOCS)
INSTALL_TARGET= install-binSCRIPTS install-pkgdataDATA install-pkgdataSCRIPTS
.endif
.include <bsd.port.mk>