pkgsrc/math/scilab/buildlink3.mk
dmcmahill fd788df66a - update some buildlink variables which were missed during the last
scilab update.  Add a note in the Makefile to prevent this in the
  future.

- add Version.incl to the buildlink files.  That is needed to allow
  add ons to determine the scilab version.  Currently no pkgs are using
  this, but that will change soon.
2005-10-26 04:09:37 +00:00

32 lines
836 B
Makefile

# $NetBSD: buildlink3.mk,v 1.2 2005/10/26 04:09:37 dmcmahill Exp $
#
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
SCILAB_BUILDLINK3_MK:= ${SCILAB_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= scilab
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nscilab}
BUILDLINK_PACKAGES+= scilab
.if !empty(SCILAB_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.scilab+= scilab>=3.0
BUILDLINK_PKGSRCDIR.scilab?= ../../math/scilab
BUILDLINK_FILES.scilab+= lib/scilab-${SCIVERSION}/Version.incl
.endif # SCILAB_BUILDLINK3_MK
# do I really need these?
.include "../../parallel/pvm3/buildlink3.mk"
.include "../../textproc/sablotron/buildlink3.mk"
.include "../../x11/tk/buildlink3.mk"
SCI= ${BUILDLINK_DIR}/lib/scilab-3.1.1
CONFIGURE_ENV+= SCI=${SCI}
MAKE_ENV+= SCI=${SCI}
SCIVERSION= 3.1.1
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}