aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/aft/Makefile
blob: ee6e6889fd38f36d1e5c003c33a7ff59ec38aea6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    aft
# Date created:     2002/03/28
# Whom:         Alan Eldridge <alane@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   aft
PORTVERSION=    5.096
PORTEPOCH=  1
CATEGORIES= textproc
MASTER_SITES=   http://www.maplefish.com/todd/

MAINTAINER= yinjieh@csie.nctu.edu.tw
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>