aboutsummaryrefslogtreecommitdiff
path: root/editors/the/Makefile
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-05-18 23:51:48 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-05-18 23:51:48 +0000
commit35777543432a7becc10c60b25c33d462bbd68da4 (patch)
tree5d6c686275316bcf188350f82db6e100091f9bef /editors/the/Makefile
parent2188999311dafd1d3daa92149e35361c7f51e331 (diff)
downloadports-35777543432a7becc10c60b25c33d462bbd68da4.tar.gz
ports-35777543432a7becc10c60b25c33d462bbd68da4.zip
Notes
Diffstat (limited to 'editors/the/Makefile')
-rw-r--r--editors/the/Makefile16
1 files changed, 11 insertions, 5 deletions
diff --git a/editors/the/Makefile b/editors/the/Makefile
index 65d3f265994c..f109d5e5a570 100644
--- a/editors/the/Makefile
+++ b/editors/the/Makefile
@@ -6,13 +6,16 @@
#
PORTNAME= the
-PORTVERSION= 3.0
+PORTVERSION= 3.1
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/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= hessling-editor
DISTNAME= THE-${PORTVERSION}
+PATCH_SITES= http://users.comlab.ox.ac.uk/ian.collier/distribution/
+PATCHFILES= ${DISTNAME}-rexximc.patch
+PATCH_DIST_STRIP= -p1
+
MAINTAINER= ports@FreeBSD.org
COMMENT= "The Hessling Editor", an implementation of the xedit editor
@@ -20,9 +23,12 @@ BUILD_DEPENDS= rexx:${PORTSDIR}/lang/rexx-imc
RUN_DEPENDS= rexx:${PORTSDIR}/lang/rexx-imc
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-ncurses --with-rexximc \
+CONFIGURE_ARGS= --with-ncurses --with-rexx=rexximc \
--with-rexxincdir=${LOCALBASE}/include \
--with-rexxlibdir=${LOCALBASE}/lib
+ALL_TARGET= all html
+
+MAN1= the.1
post-install:
.if !defined(NOPORTDOCS)