View | Details | Raw Unified | Return to bug 59329
Collapse All | Expand All

(-)editors/the/Makefile (-4 / +11 lines)
Lines 19-34 Link Here
19
MAINTAINER=	ports@FreeBSD.org
19
MAINTAINER=	ports@FreeBSD.org
20
COMMENT=	"The Hessling Editor", an implementation of the xedit editor
20
COMMENT=	"The Hessling Editor", an implementation of the xedit editor
21
21
22
BUILD_DEPENDS=	rexx:${PORTSDIR}/lang/rexx-imc
23
RUN_DEPENDS=	rexx:${PORTSDIR}/lang/rexx-imc
24
25
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
26
CONFIGURE_ARGS=	--with-ncurses --with-rexx=rexximc \
23
CONFIGURE_ARGS=	--with-ncurses \
27
		--with-rexxincdir=${LOCALBASE}/include \
24
		--with-rexxincdir=${LOCALBASE}/include \
28
		--with-rexxlibdir=${LOCALBASE}/lib
25
		--with-rexxlibdir=${LOCALBASE}/lib
29
ALL_TARGET=	all html
26
ALL_TARGET=	all html
30
27
31
MAN1=		the.1
28
MAN1=		the.1
29
30
.if defined(WITH_REXX_REGINA)
31
BUILD_DEPENDS+=	regina:${PORTSDIR}/lang/rexx-regina
32
RUN_DEPENDS+=	regina:${PORTSDIR}/lang/rexx-regina
33
CONFIGURE_ARGS+=	--with-rexx=regina
34
.else
35
BUILD_DEPENDS+=	rexx:${PORTSDIR}/lang/rexx-imc
36
RUN_DEPENDS+=	rexx:${PORTSDIR}/lang/rexx-imc
37
CONFIGURE_ARGS+=	--with-rexx=rexximc
38
.endif
32
39
33
post-install:
40
post-install:
34
.if !defined(NOPORTDOCS)
41
.if !defined(NOPORTDOCS)

Return to bug 59329