freebsd-ports/textproc/aft/Makefile
Tilman Keskinoz 29b725543f Update to 5.08
Bump PORTEPOCH, because version number decreased.

PR:		54666
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-07-22 14:29:51 +00:00

25 lines
584 B
Makefile

# New ports collection makefile for: aft
# Date created: 2002/03/28
# Whom: Alan Eldridge <alane@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= aft
PORTVERSION= 5.08
PORTEPOCH= 1
CATEGORIES= textproc
MASTER_SITES= http://www.maplefish.com/todd/
MAINTAINER= ports@FreeBSD.org
COMMENT= A document preparation system using an Almost Free Text input format
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= -build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.if defined(NOPORTDOCS)
INSTALL_TARGET= install-binSCRIPTS install-pkgdataDATA install-pkgdataSCRIPTS
.endif
.include <bsd.port.mk>