summaryrefslogtreecommitdiff
path: root/graphics/giram/Makefile
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-05-24 11:23:08 +0000
committersalo <salo@pkgsrc.org>2003-05-24 11:23:08 +0000
commitefcf760c3e8dc01578533757db00fee43662f4e5 (patch)
treeea2aebfff27ec571d385e24929de97393b32e96b /graphics/giram/Makefile
parent56e62887043aad3a16c08d817d966ccb344bf659 (diff)
downloadpkgsrc-efcf760c3e8dc01578533757db00fee43662f4e5.tar.gz
Updated to version 0.3.5.
Changes: - don't install static modules - enable 3DS support 0.3.5: ====== - cleanups and bugfixes - new polygonising algorithm
Diffstat (limited to 'graphics/giram/Makefile')
-rw-r--r--graphics/giram/Makefile42
1 files changed, 23 insertions, 19 deletions
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile
index bdefdcd8170..b6840b08129 100644
--- a/graphics/giram/Makefile
+++ b/graphics/giram/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2003/05/02 11:55:18 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2003/05/24 11:23:08 salo Exp $
+#
-DISTNAME= giram-0.3.4
-PKGREVISION= 2
+DISTNAME= giram-0.3.5
CATEGORIES= graphics
MASTER_SITES= http://www.giram.org/downloads/
@@ -10,31 +10,35 @@ HOMEPAGE= http://www.giram.org/
COMMENT= Giram Is Really A Modeller
DEPENDS+= povray-[0-9]*:../../graphics/povray
+BUILD_DEPENDS+= bison:../../devel/bison
-USE_BUILDLINK2= yes
-USE_PKGLOCALEDIR= yes
-USE_PKGINSTALL= yes
-USE_X11= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-BUILD_DEPENDS+= bison:../../devel/bison
-
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+USE_BUILDLINK2= YES
+USE_PKGLOCALEDIR= YES
+USE_PKGINSTALL= YES
+USE_X11= YES
+USE_GMAKE= YES
+USE_LIBTOOL= YES
+GNU_CONFIGURE= YES
PKG_SYSCONFSUBDIR= giram
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}/0.3
+
+SHLIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+OWN_DIRS+= ${PKG_SYSCONFDIR}/0.3
CONF_FILES+= ${PREFIX}/share/examples/giram/giramrc \
- ${PKG_SYSCONFDIR}/giramrc
+ ${PKG_SYSCONFDIR}/0.3/giramrc
CONF_FILES+= ${PREFIX}/share/examples/giram/giramrc_user \
- ${PKG_SYSCONFDIR}/giramrc_user
+ ${PKG_SYSCONFDIR}/0.3/giramrc_user
CONF_FILES+= ${PREFIX}/share/examples/giram/gtkrc \
- ${PKG_SYSCONFDIR}/gtkrc
+ ${PKG_SYSCONFDIR}/0.3/gtkrc
CONF_FILES+= ${PREFIX}/share/examples/giram/gtkrc_user \
- ${PKG_SYSCONFDIR}/gtkrc_user
+ ${PKG_SYSCONFDIR}/0.3/gtkrc_user
CONF_FILES+= ${PREFIX}/share/examples/giram/ps-menurc \
- ${PKG_SYSCONFDIR}/ps-menurc
+ ${PKG_SYSCONFDIR}/0.3/ps-menurc
-.include "../../graphics/MesaLib/buildlink2.mk"
-.include "../../graphics/glu/buildlink2.mk"
+.include "../../graphics/lib3ds/buildlink2.mk"
.include "../../x11/gtk2/buildlink2.mk"
+
.include "../../mk/bsd.pkg.mk"