summaryrefslogtreecommitdiff
path: root/graphics/giram
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-20 13:37:17 +0000
committerwiz <wiz>2002-10-20 13:37:17 +0000
commiteff7975b71cb88b1096f1a30a95ec4d1cb299392 (patch)
treea846be356da18f1d9d60f880f6b65732342424c5 /graphics/giram
parent8e719f1ff9ab897dced6520287f6748f269af9d4 (diff)
downloadpkgsrc-eff7975b71cb88b1096f1a30a95ec4d1cb299392.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"