summaryrefslogtreecommitdiff
path: root/graphics/giram
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-20 13:37:17 +0000
committerwiz <wiz@pkgsrc.org>2002-10-20 13:37:17 +0000
commitb4f8836f2419241b87ccd09315e69d3cf96a9dae (patch)
treea846be356da18f1d9d60f880f6b65732342424c5 /graphics/giram
parentd80a3aad0ecbd79135b782669c40812eb1316292 (diff)
downloadpkgsrc-b4f8836f2419241b87ccd09315e69d3cf96a9dae.tar.gz
Convert to buildlink2.
Diffstat (limited to 'graphics/giram')
-rw-r--r--graphics/giram/Makefile12
1 files changed, 5 insertions, 7 deletions
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"