summaryrefslogtreecommitdiff
path: root/editors/the/Makefile
blob: dcc7d90b60aaebd1ada90a048804392b0e8d3b91 (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
26
27
28
29
30
# New ports collection makefile for:	THE
# Version required:	3.0
# Date created:		7 May 1999
# Whom:			giffunip@asme.org
#
# $FreeBSD$
#

DISTNAME=	THE-3.0
PKGNAME=	the-3.0
CATEGORIES=	editors
MASTER_SITES=	ftp://ftp.lightlink.com/pub/hessling/THE/	\
		ftp://ftp.qut.edu.au/pub/markh/THE/		\
		ftp://ftp.wu-wien.ac.at/pub/src/Editors/THE/

MAINTAINER=	ports@FreeBSD.org

BUILD_DEPENDS=	rexx:${PORTSDIR}/lang/rexx-imc
RUN_DEPENDS=	rexx:${PORTSDIR}/lang/rexx-imc

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-rexximc --with-ncurses

post-install:
.if !defined(NOPORTDOCS)
	@${MKDIR} ${PREFIX}/share/doc/THE
	${INSTALL_DATA} ${WRKSRC}/*.html ${PREFIX}/share/doc/THE
.endif

.include <bsd.port.mk>