From b4f8836f2419241b87ccd09315e69d3cf96a9dae Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 20 Oct 2002 13:37:17 +0000 Subject: Convert to buildlink2. --- graphics/giram/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'graphics') diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile index f965c14d094..e73352c3db7 100644 --- a/graphics/giram/Makefile +++ b/graphics/giram/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2002/10/08 11:59:15 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2002/10/20 13:37:17 wiz Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1999/06/19 17:38:24 cpiazza Exp $ DISTNAME= Giram-0.1.2 @@ -11,21 +11,19 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.minet.net/giram/ COMMENT= Giram is Really A Modeller -DEPENDS+= gnome-libs>=1.4.1.2nb1:../../x11/gnome-libs DEPENDS+= povray-[0-9]*:../../graphics/povray +USE_BUILDLINK2= yes USE_X11= yes -USE_MESA= yes USE_GMAKE= yes GNU_CONFIGURE= yes -EVAL_PREFIX+= GTKDIR=gtk+ -CONFIGURE_ENV= GTK_CONFIG="${GTKDIR}/bin/gtk-config" \ - PKGLOCALEDIR="${PKGLOCALEDIR}" \ - CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" +CONFIGURE_ENV= PKGLOCALEDIR="${PKGLOCALEDIR}" post-install: @${INSTALL_DATA_DIR} ${PREFIX}/share/examples/Giram ${INSTALL_DATA} ${WRKSRC}/SampleScenes/* ${PREFIX}/share/examples/Giram/ +.include "../../graphics/Mesa/buildlink2.mk" +.include "../../x11/gnome-libs/buildlink2.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3