1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

- Add option to support rexx-regina

PR:		59329
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2003-11-16 14:31:17 +00:00
parent 23e1072b98
commit 15a69b7002
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94093

View File

@ -19,17 +19,24 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= ports@FreeBSD.org
COMMENT= "The Hessling Editor", an implementation of the xedit editor
BUILD_DEPENDS= rexx:${PORTSDIR}/lang/rexx-imc
RUN_DEPENDS= rexx:${PORTSDIR}/lang/rexx-imc
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ncurses --with-rexx=rexximc \
CONFIGURE_ARGS= --with-ncurses \
--with-rexxincdir=${LOCALBASE}/include \
--with-rexxlibdir=${LOCALBASE}/lib
ALL_TARGET= all html
MAN1= the.1
.if defined(WITH_REXX_REGINA)
BUILD_DEPENDS+= regina:${PORTSDIR}/lang/rexx-regina
RUN_DEPENDS+= regina:${PORTSDIR}/lang/rexx-regina
CONFIGURE_ARGS+= --with-rexx=regina
.else
BUILD_DEPENDS+= rexx:${PORTSDIR}/lang/rexx-imc
RUN_DEPENDS+= rexx:${PORTSDIR}/lang/rexx-imc
CONFIGURE_ARGS+= --with-rexx=rexximc
.endif
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/THE