1999-04-30 08:42:12 +00:00
|
|
|
# New ports collection makefile for: THE
|
|
|
|
# Date created: 7 May 1999
|
|
|
|
# Whom: giffunip@asme.org
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1999-04-30 08:42:12 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 00:25:54 +00:00
|
|
|
PORTNAME= the
|
|
|
|
PORTVERSION= 3.0
|
1999-04-30 08:42:12 +00:00
|
|
|
CATEGORIES= editors
|
1999-09-27 02:40:02 +00:00
|
|
|
MASTER_SITES= ftp://ftp.lightlink.com/pub/hessling/THE/ \
|
1999-04-30 08:42:12 +00:00
|
|
|
ftp://ftp.qut.edu.au/pub/markh/THE/ \
|
|
|
|
ftp://ftp.wu-wien.ac.at/pub/src/Editors/THE/
|
2000-04-14 00:25:54 +00:00
|
|
|
DISTNAME= THE-${PORTVERSION}
|
1999-04-30 08:42:12 +00:00
|
|
|
|
1999-09-27 02:40:02 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1999-04-30 08:42:12 +00:00
|
|
|
|
|
|
|
BUILD_DEPENDS= rexx:${PORTSDIR}/lang/rexx-imc
|
2000-02-17 05:18:31 +00:00
|
|
|
RUN_DEPENDS= rexx:${PORTSDIR}/lang/rexx-imc
|
1999-04-30 08:42:12 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2000-08-23 08:30:02 +00:00
|
|
|
CONFIGURE_ARGS= --with-ncurses --with-rexximc \
|
|
|
|
--with-rexxincdir=${LOCALBASE}/include \
|
|
|
|
--with-rexxlibdir=${LOCALBASE}/lib
|
1999-04-30 08:42:12 +00:00
|
|
|
|
2000-02-17 05:18:31 +00:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/THE
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/*.html ${PREFIX}/share/doc/THE
|
|
|
|
.endif
|
|
|
|
|
1999-04-30 08:42:12 +00:00
|
|
|
.include <bsd.port.mk>
|