From 2d5d53a4fe943537dc1fab6be0bb00f3b3c3881c Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Wed, 10 Oct 2001 02:54:00 +0000 Subject: [PATCH] add gsculpt An Opensource 3D modelling application --- graphics/Makefile | 1 + graphics/gsculpt/Makefile | 31 +++++++++++++++++++++++++++++++ graphics/gsculpt/distinfo | 1 + graphics/gsculpt/pkg-comment | 1 + graphics/gsculpt/pkg-descr | 5 +++++ graphics/gsculpt/pkg-plist | 1 + 6 files changed, 40 insertions(+) create mode 100644 graphics/gsculpt/Makefile create mode 100644 graphics/gsculpt/distinfo create mode 100644 graphics/gsculpt/pkg-comment create mode 100644 graphics/gsculpt/pkg-descr create mode 100644 graphics/gsculpt/pkg-plist diff --git a/graphics/Makefile b/graphics/Makefile index 2cc4acae5d53..74da0c85fe0d 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -88,6 +88,7 @@ SUBDIR += gracula SUBDIR += graphviz SUBDIR += gridpix + SUBDIR += gsculpt SUBDIR += gtkdps SUBDIR += gtkfig SUBDIR += gtkgraph diff --git a/graphics/gsculpt/Makefile b/graphics/gsculpt/Makefile new file mode 100644 index 000000000000..331b5ce33ea0 --- /dev/null +++ b/graphics/gsculpt/Makefile @@ -0,0 +1,31 @@ +# ex:ts=8 +# New ports collection makefile for: gSculpt +# Date created: Oct 10, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= gsculpt +PORTVERSION= 0.3 +CATEGORIES= graphics +MASTER_SITES= http://gsculpt.sourceforge.net/downloads/ +DISTNAME= gSculpt-${PORTVERSION}-src + +MAINTAINER= ports@FreeBSD.org + +WRKSRC= ${WRKDIR}/gSculpt-${PORTVERSION} +USE_GTK= yes +USE_GMAKE= yes + +post-patch: + @${PERL} -pi -e "s,-O3 -Wall -Werror,${CXXFLAGS},g ; \ + s,gtk-config,${GTK_CONFIG},g ; \ + s,/usr/include/glib.h,${LOCALBASE}/include/glib12/glib.h,g ; \ + s,/usr/include/gtk/,${X11BASE}/include/gtk12/gtk/,g ; \ + s,/usr/include/gdk/,${X11BASE}/include/gtk12/gdk/,g" ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bin/gsculpt ${PREFIX}/bin + +.include diff --git a/graphics/gsculpt/distinfo b/graphics/gsculpt/distinfo new file mode 100644 index 000000000000..e7f5ba835f8f --- /dev/null +++ b/graphics/gsculpt/distinfo @@ -0,0 +1 @@ +MD5 (gSculpt-0.3-src.tar.gz) = 6f242136a4dc3d2550b679bfda7dd350 diff --git a/graphics/gsculpt/pkg-comment b/graphics/gsculpt/pkg-comment new file mode 100644 index 000000000000..861e38f7aa26 --- /dev/null +++ b/graphics/gsculpt/pkg-comment @@ -0,0 +1 @@ +An Opensource 3D modelling application diff --git a/graphics/gsculpt/pkg-descr b/graphics/gsculpt/pkg-descr new file mode 100644 index 000000000000..395eda6fd55c --- /dev/null +++ b/graphics/gsculpt/pkg-descr @@ -0,0 +1,5 @@ +gSculpt is a 3D modelling program that allows models to be built by +performing sweeps on polylines. These models can then be transformed +using a variety of tools. Aimed at hobbyists, and demo coders. + +WWW: http://gsculpt.sourceforge.net/ diff --git a/graphics/gsculpt/pkg-plist b/graphics/gsculpt/pkg-plist new file mode 100644 index 000000000000..fd27c6df9c59 --- /dev/null +++ b/graphics/gsculpt/pkg-plist @@ -0,0 +1 @@ +bin/gsculpt