From e05189ccaa7fafc6b7c4641f24f3dccd79718afd Mon Sep 17 00:00:00 2001 From: snj Date: Sun, 9 May 2004 00:45:45 +0000 Subject: Convert to buildlink3. --- graphics/yplot/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'graphics/yplot') 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" -- cgit v1.2.3