1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/editors/the/Makefile
Steve Price 4a8991c988 Update to version 2.8.
PR:		13601
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-09-27 02:40:02 +00:00

26 lines
605 B
Makefile

# New ports collection makefile for: THE
# Version required: 2.8
# Date created: 7 May 1999
# Whom: giffunip@asme.org
#
# $FreeBSD$
#
DISTNAME= THE-2.8
PKGNAME= the-2.8
CATEGORIES= editors
MASTER_SITES= ftp://ftp.lightlink.com/pub/hessling/THE/ \
ftp://uiarchive.cso.uiuc.edu/pub/packages/THE/ \
ftp://ftp.qut.edu.au/pub/markh/THE/ \
ftp://ftp.rzg.mpg.de/pub/software/the/THE/ \
ftp://ftp.wu-wien.ac.at/pub/src/Editors/THE/
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= rexx:${PORTSDIR}/lang/rexx-imc
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-rexximc --with-ncurses
.include <bsd.port.mk>