diff options
author | sakamoto <sakamoto@pkgsrc.org> | 1999-06-21 09:12:03 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 1999-06-21 09:12:03 +0000 |
commit | 443f06852d0ef301c90b66136bece1eb91f30599 (patch) | |
tree | 080cfd14151401a0f40a1cf9a1c04982c63fc858 | |
parent | 961a88367b5909441ff8eb74132788632b17c1fd (diff) | |
download | pkgsrc-443f06852d0ef301c90b66136bece1eb91f30599.tar.gz |
Import FreeBSD's "giram" port:
Giram is Really A Modeller.
-rw-r--r-- | graphics/giram/Makefile | 28 | ||||
-rw-r--r-- | graphics/giram/files/md5 | 1 | ||||
-rw-r--r-- | graphics/giram/pkg/COMMENT | 1 | ||||
-rw-r--r-- | graphics/giram/pkg/DESCR | 7 | ||||
-rw-r--r-- | graphics/giram/pkg/PLIST | 30 |
5 files changed, 67 insertions, 0 deletions
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile new file mode 100644 index 00000000000..0ba0b5cd04e --- /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: Makefile,v 1.1.1.1 1999/06/21 09:12:03 sakamoto Exp $ +# + +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/files/md5 b/graphics/giram/files/md5 new file mode 100644 index 00000000000..27c36ef891d --- /dev/null +++ b/graphics/giram/files/md5 @@ -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 00000000000..6dbf82a6692 --- /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 00000000000..86b80c65147 --- /dev/null +++ b/graphics/giram/pkg/DESCR @@ -0,0 +1,7 @@ +Giram Is Really A Modeller. + +It is a Persistance Of Vision (POV-Ray) oriented modeller. But may become +more of a general modeller in the future. + +Author: David Odin <David.Odin@bigfoot.com> +WWW: http://www.minet.net/giram/ diff --git a/graphics/giram/pkg/PLIST b/graphics/giram/pkg/PLIST new file mode 100644 index 00000000000..f9894bf2a21 --- /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 |