diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-06-20 01:38:25 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-06-20 01:38:25 +0800 |
commit | 6fc9070b300d3afab012fe900f118e7718035f86 (patch) | |
tree | a69091e816ce96fcf16bf3e3d7029d7898dccdaf | |
parent | 41bda4cb8407751dd197aee029e761484de5a87c (diff) | |
download | freebsd-ports-gnome-6fc9070b300d3afab012fe900f118e7718035f86.tar.gz freebsd-ports-gnome-6fc9070b300d3afab012fe900f118e7718035f86.tar.zst freebsd-ports-gnome-6fc9070b300d3afab012fe900f118e7718035f86.zip |
Import of giram (giram is really a modeller), a GTK based POV-Ray
oriented modeller.
PR: 12288
Submitted by: Brandon Fosdick <bfoz@glue.umd.edu>
-rw-r--r-- | graphics/giram/Makefile | 28 | ||||
-rw-r--r-- | graphics/giram/distinfo | 1 | ||||
-rw-r--r-- | graphics/giram/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/giram/pkg-descr | 8 | ||||
-rw-r--r-- | graphics/giram/pkg-plist | 30 |
5 files changed, 68 insertions, 0 deletions
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile new file mode 100644 index 000000000000..bebcb0a67c62 --- /dev/null +++ b/graphics/giram/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: giram +# Version required: 0.0.18 +# Date created: 17 June 1999 +# Whom: Brandon Fosdick <bfoz@glue.umd.edu> +# +# $Id$ +# + +DISTNAME= Giram-0.0.18 +PKGNAME= giram-0.0.18 +CATEGORIES= graphics +MASTER_SITES= ftp://ftp.minet.net/pub/giram/ + +MAINTAINER= bfoz@glue.umd.edu + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 +RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray31 + +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ + CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" + +post-install: + @${MKDIR} ${PREFIX}/Giram/SampleScenes + ${INSTALL_DATA} ${WRKSRC}/SampleScenes/* ${PREFIX}/Giram/SampleScenes/ + +.include <bsd.port.mk> diff --git a/graphics/giram/distinfo b/graphics/giram/distinfo new file mode 100644 index 000000000000..27c36ef891d3 --- /dev/null +++ b/graphics/giram/distinfo @@ -0,0 +1 @@ +MD5 (Giram-0.0.18.tar.gz) = 591e0f7af9bd3c980ca9f16e108e7f2f diff --git a/graphics/giram/pkg-comment b/graphics/giram/pkg-comment new file mode 100644 index 000000000000..6dbf82a66929 --- /dev/null +++ b/graphics/giram/pkg-comment @@ -0,0 +1 @@ +Giram is Really A Modeller diff --git a/graphics/giram/pkg-descr b/graphics/giram/pkg-descr new file mode 100644 index 000000000000..fc5c211ffcdb --- /dev/null +++ b/graphics/giram/pkg-descr @@ -0,0 +1,8 @@ +Giram Is Really A Modeller. + +It is a Persistance Of Vision (POV-Ray) oriented modeller. But may become +more of a general modeler in the future. + +Author: David Odin <David.Odin@bigfoot.com> +Web: http://www.minet.net/giram/ +Maintainer: Brandon Fosdick <bfoz@glue.umd.edu> diff --git a/graphics/giram/pkg-plist b/graphics/giram/pkg-plist new file mode 100644 index 000000000000..f9894bf2a21b --- /dev/null +++ b/graphics/giram/pkg-plist @@ -0,0 +1,30 @@ +bin/povfront +bin/giram +Giram/plug-ins/Rotate +Giram/plug-ins/Spheres +Giram/plug-ins/Box +Giram/docs/Tutorial +Giram/SampleScenes/Cone.pov +Giram/SampleScenes/Disc.pov +Giram/SampleScenes/Giram.pov +Giram/SampleScenes/IntSphereBox1.pov +Giram/SampleScenes/IntSphereBox2.pov +Giram/SampleScenes/IntSphereBox3.pov +Giram/SampleScenes/IntSpherePlane1.pov +Giram/SampleScenes/IntSpherePlane2.pov +Giram/SampleScenes/IntSpherePlane3.pov +Giram/SampleScenes/Triangle.pov +Giram/SampleScenes/basicvue.pov +Giram/SampleScenes/basicvue2.pov +Giram/SampleScenes/basicvue3.pov +Giram/SampleScenes/basicvue4.pov +Giram/SampleScenes/box.pov +Giram/SampleScenes/colors.inc +Giram/SampleScenes/superel1.pov +Giram/SampleScenes/superel2.pov +Giram/SampleScenes/superel3.pov +Giram/SampleScenes/torus.pov +@dirrm Giram/plug-ins +@dirrm Giram/SampleScenes +@dirrm Giram/docs +@dirrm Giram |