aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorsada <sada@FreeBSD.org>2000-09-10 21:24:08 +0800
committersada <sada@FreeBSD.org>2000-09-10 21:24:08 +0800
commit6590f6bc1ed40df66a629b441be7cfd77e1e7f68 (patch)
tree4343b8278c2e430ba274dccbab1e2680da5b4143 /x11-toolkits
parentea3c26833e13eeb857e7e6d318bf76979e51ddcd (diff)
downloadfreebsd-ports-graphics-6590f6bc1ed40df66a629b441be7cfd77e1e7f68.tar.gz
freebsd-ports-graphics-6590f6bc1ed40df66a629b441be7cfd77e1e7f68.tar.zst
freebsd-ports-graphics-6590f6bc1ed40df66a629b441be7cfd77e1e7f68.zip
1. nonexistent -> ${NONEXISTENT}
2. Allow you to define WRKDIRPREFIX. Approved by: lioux@linf.unb.br (maintainer)
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/libjsearch/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-toolkits/libjsearch/Makefile b/x11-toolkits/libjsearch/Makefile
index a8370a27c38..df273380e6a 100644
--- a/x11-toolkits/libjsearch/Makefile
+++ b/x11-toolkits/libjsearch/Makefile
@@ -16,7 +16,7 @@ DISTNAME= JSearch_source-${PORTVERSION}
MAINTAINER= lioux@linf.unb.br
-BUILD_DEPENDS= nonexistent:${JXPORT}:patch
+BUILD_DEPENDS= ${NONEXISTENT}:${JXPORT}:patch
LIB_DEPENDS= jx-1_5_3.1:${JXPORT}
WRKSRC= ${WRKDIR}/JX-1.5.3
@@ -63,15 +63,16 @@ EXTRALIB_PREFIX= ${PREFIX}/lib/jx
EXTRALIBDIRS= lib make
EXTRALIBFILES_MAKE_WRKSRC= include/make
EXTRALIBFILES_MAKE_FILES= jsearch_constants
+
+.include <bsd.port.pre.mk>
+
# main jx distribution port wrksrc
JXPORT= ${PORTSDIR}/x11-toolkits/jx
-JXPORT_WRKSRC= ${JXPORT}/work/JX-1.5.3
+JXPORT_WRKSRC!= cd ${JXPORT} && ${MAKE} -V WRKSRC
# main jx distribution files needed for building
COPY_JXDIRS= include lib libjcore
COPY_JXFILES= Makefile
-.include <bsd.port.pre.mk>
-
.if ${OSVERSION} >= 300000
ALL_TARGET= freebsd3.x
LIBNUMBER= 0