mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
add gsculpt
An Opensource 3D modelling application
This commit is contained in:
parent
67fe376f99
commit
2d5d53a4fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48639
6 changed files with 40 additions and 0 deletions
|
@ -88,6 +88,7 @@
|
||||||
SUBDIR += gracula
|
SUBDIR += gracula
|
||||||
SUBDIR += graphviz
|
SUBDIR += graphviz
|
||||||
SUBDIR += gridpix
|
SUBDIR += gridpix
|
||||||
|
SUBDIR += gsculpt
|
||||||
SUBDIR += gtkdps
|
SUBDIR += gtkdps
|
||||||
SUBDIR += gtkfig
|
SUBDIR += gtkfig
|
||||||
SUBDIR += gtkgraph
|
SUBDIR += gtkgraph
|
||||||
|
|
31
graphics/gsculpt/Makefile
Normal file
31
graphics/gsculpt/Makefile
Normal file
|
@ -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>
|
1
graphics/gsculpt/distinfo
Normal file
1
graphics/gsculpt/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (gSculpt-0.3-src.tar.gz) = 6f242136a4dc3d2550b679bfda7dd350
|
1
graphics/gsculpt/pkg-comment
Normal file
1
graphics/gsculpt/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
An Opensource 3D modelling application
|
5
graphics/gsculpt/pkg-descr
Normal file
5
graphics/gsculpt/pkg-descr
Normal file
|
@ -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/
|
1
graphics/gsculpt/pkg-plist
Normal file
1
graphics/gsculpt/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
||||||
|
bin/gsculpt
|
Loading…
Add table
Reference in a new issue