summaryrefslogtreecommitdiff
path: root/graphics/yplot
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-05-09 00:45:45 +0000
committersnj <snj@pkgsrc.org>2004-05-09 00:45:45 +0000
commite05189ccaa7fafc6b7c4641f24f3dccd79718afd (patch)
tree7311dda1da014dfb161cd9524b461911248fd470 /graphics/yplot
parent34b620cc2c77fce8f97f5a66bbf60e7ef1062e61 (diff)
downloadpkgsrc-e05189ccaa7fafc6b7c4641f24f3dccd79718afd.tar.gz
Convert to buildlink3.
Diffstat (limited to 'graphics/yplot')
-rw-r--r--graphics/yplot/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/yplot/Makefile b/graphics/yplot/Makefile
index 6d54684b086..add1819a047 100644
--- a/graphics/yplot/Makefile
+++ b/graphics/yplot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/03/26 02:27:42 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2004/05/09 00:45:45 snj Exp $
DISTNAME= yplot-1.1.2
PKGREVISION= 1
@@ -9,25 +9,27 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://yplot.sourceforge.net/
COMMENT= Yorick interface to PLplot
-DEPENDS+= yorick-1.5*:../../math/yorick
-DEPENDS+= plplot>=5.0.3:../../graphics/plplot
BUILD_DEPENDS+= teTeX>=1.0:../../print/teTeX
.if (${MACHINE_ARCH} == "sparc64")
BROKEN= Compiling hangs, needs attention.
.endif
+USE_BUILDLINK3= yes
CONFIGURE_ENV+= PLPLOT_PREFIX=${BUILDLINK_PREFIX.plplot}
EVAL_PREFIX+= YORICK_PREFIX=yorick
CONFIGURE_ENV+= YORICK_HOME=${YORICK_PREFIX}
CONFIGURE_ENV+= YORICK_SITE=${YORICK_PREFIX}/share/yorick
+BUILDLINK_DEPMETHOD.yorick= full
+
GNU_CONFIGURE= yes
MAKEFILE= Makefile.build
PYTHON_FOR_BUILD_ONLY= yes
PYTHON_PATCH_SCRIPTS= parse_documentation.py
-.include "../../graphics/plplot/buildlink2.mk"
+.include "../../graphics/plplot/buildlink3.mk"
.include "../../lang/python/application.mk"
+.include "../../math/yorick/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"