freebsd-ports/editors/the/Makefile

31 lines
692 B
Makefile
Raw Normal View History

# New ports collection makefile for: THE
# Date created: 7 May 1999
# Whom: giffunip@asme.org
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-14 02:25:54 +02:00
PORTNAME= the
PORTVERSION= 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/
2000-04-14 02:25:54 +02:00
DISTNAME= THE-${PORTVERSION}
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>