diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-10-10 02:54:00 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-10-10 02:54:00 +0000 |
commit | c4fa89c3e889aa241dd259e890cdb4bed898a944 (patch) | |
tree | 4b16b8eadf3061077615d3e3d2f9aaaa74abe0d7 /graphics/gsculpt | |
parent | 8ff11146f723ce4d6aea0fceffdc4f6277e0de13 (diff) | |
download | FreeBSD-ports-c4fa89c3e889aa241dd259e890cdb4bed898a944.zip FreeBSD-ports-c4fa89c3e889aa241dd259e890cdb4bed898a944.tar.gz |
add gsculpt
An Opensource 3D modelling application
Diffstat (limited to 'graphics/gsculpt')
-rw-r--r-- | graphics/gsculpt/Makefile | 31 | ||||
-rw-r--r-- | graphics/gsculpt/distinfo | 1 | ||||
-rw-r--r-- | graphics/gsculpt/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/gsculpt/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/gsculpt/pkg-plist | 1 |
5 files changed, 39 insertions, 0 deletions
diff --git a/graphics/gsculpt/Makefile b/graphics/gsculpt/Makefile new file mode 100644 index 0000000..331b5ce --- /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 <bsd.port.mk> diff --git a/graphics/gsculpt/distinfo b/graphics/gsculpt/distinfo new file mode 100644 index 0000000..e7f5ba8 --- /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 0000000..861e38f --- /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 0000000..395eda6 --- /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 0000000..fd27c6d --- /dev/null +++ b/graphics/gsculpt/pkg-plist @@ -0,0 +1 @@ +bin/gsculpt |