summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2003-01-24 06:44:37 +0000
committerijliao <ijliao@FreeBSD.org>2003-01-24 06:44:37 +0000
commit5beb1a33d9ccc3bf1d8193b82b98a5497b53c9af (patch)
treefc246315d02731e943333a30dc3ae86eb6e12279 /graphics
parent2858d3c7fc78cf8416e9dcd570fe910b73c37666 (diff)
downloadFreeBSD-ports-5beb1a33d9ccc3bf1d8193b82b98a5497b53c9af.zip
FreeBSD-ports-5beb1a33d9ccc3bf1d8193b82b98a5497b53c9af.tar.gz
add osgedit 0.3.0
An open editor for an open scenegraph
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/osgedit/Makefile31
-rw-r--r--graphics/osgedit/distinfo1
-rw-r--r--graphics/osgedit/files/patch-Makefile.in15
-rw-r--r--graphics/osgedit/pkg-comment1
-rw-r--r--graphics/osgedit/pkg-descr6
-rw-r--r--graphics/osgedit/pkg-plist24
7 files changed, 79 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 1b3121c..edb5bce 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -239,6 +239,7 @@
SUBDIR += opengl-man
SUBDIR += ophoto
SUBDIR += osg
+ SUBDIR += osgedit
SUBDIR += p5-Chart-PNGgraph
SUBDIR += p5-GD
SUBDIR += p5-GD-Barcode
diff --git a/graphics/osgedit/Makefile b/graphics/osgedit/Makefile
new file mode 100644
index 0000000..21f4a51
--- /dev/null
+++ b/graphics/osgedit/Makefile
@@ -0,0 +1,31 @@
+# ex:ts=8
+# Ports collection makefile for: osgedit
+# Date created: Jan 23, 2003
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= osgedit
+PORTVERSION= 0.3.0
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ports@FreeBSD.org
+
+BUILD_DEPENDS= ${X11BASE}/lib/libosg.so:${PORTSDIR}/graphics/osg
+LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \
+ gtkgl-2.0.1:${PORTSDIR}/x11-toolkits/gtkglarea2 \
+ intl.4:${PORTSDIR}/devel/gettext \
+ iconv.3:${PORTSDIR}/converters/libiconv
+RUN_DEPENDS= ${X11BASE}/lib/libosg.so:${PORTSDIR}/graphics/osg
+
+USE_X_PREFIX= yes
+USE_REINPLACE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+USE_GMAKE= yes
+
+.include <bsd.port.mk>
diff --git a/graphics/osgedit/distinfo b/graphics/osgedit/distinfo
new file mode 100644
index 0000000..03b0a70
--- /dev/null
+++ b/graphics/osgedit/distinfo
@@ -0,0 +1 @@
+MD5 (osgedit-0.3.0.tar.gz) = 4a6a6fe64e80db1d4e0e3f7aaf935997
diff --git a/graphics/osgedit/files/patch-Makefile.in b/graphics/osgedit/files/patch-Makefile.in
new file mode 100644
index 0000000..e1902bd
--- /dev/null
+++ b/graphics/osgedit/files/patch-Makefile.in
@@ -0,0 +1,15 @@
+--- Makefile.in.orig Fri Jan 24 13:35:24 2003
++++ Makefile.in Fri Jan 24 13:35:53 2003
+@@ -380,10 +380,10 @@
+ install-data-local:
+ @$(NORMAL_INSTALL)
+ if test -d $(srcdir)/pixmaps; then \
+- $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps/$(PACKAGE); \
++ $(mkinstalldirs) $(DESTDIR)$(datadir)/gnome/pixmaps/$(PACKAGE); \
+ for pixmap in $(srcdir)/pixmaps/*; do \
+ if test -f $$pixmap; then \
+- $(INSTALL_DATA) $$pixmap $(DESTDIR)$(datadir)/pixmaps/$(PACKAGE); \
++ $(INSTALL_DATA) $$pixmap $(DESTDIR)$(datadir)/gnome/pixmaps/$(PACKAGE); \
+ fi \
+ done \
+ fi
diff --git a/graphics/osgedit/pkg-comment b/graphics/osgedit/pkg-comment
new file mode 100644
index 0000000..9338141
--- /dev/null
+++ b/graphics/osgedit/pkg-comment
@@ -0,0 +1 @@
+An open editor for an open scenegraph
diff --git a/graphics/osgedit/pkg-descr b/graphics/osgedit/pkg-descr
new file mode 100644
index 0000000..69b712e
--- /dev/null
+++ b/graphics/osgedit/pkg-descr
@@ -0,0 +1,6 @@
+OSGEdit is an editor of scenes for the library OpenSceneGraph. It's only a
+composer, not a modeller. You can use many programs to model your objects and
+then import them into OSGEdit to compose a complex OSG scene to use in your
+application.
+
+WWW: http://osgedit.sourceforge.net/
diff --git a/graphics/osgedit/pkg-plist b/graphics/osgedit/pkg-plist
new file mode 100644
index 0000000..5a5af88
--- /dev/null
+++ b/graphics/osgedit/pkg-plist
@@ -0,0 +1,24 @@
+bin/osgedit
+share/locale/es/LC_MESSAGES/osgedit.mo
+share/locale/gl/LC_MESSAGES/osgedit.mo
+share/gnome/pixmaps/osgedit/billboard.png
+share/gnome/pixmaps/osgedit/box.png
+share/gnome/pixmaps/osgedit/center.png
+share/gnome/pixmaps/osgedit/cone.png
+share/gnome/pixmaps/osgedit/cylinder.png
+share/gnome/pixmaps/osgedit/geode.png
+share/gnome/pixmaps/osgedit/group.png
+share/gnome/pixmaps/osgedit/icon.png
+share/gnome/pixmaps/osgedit/lightsource.png
+share/gnome/pixmaps/osgedit/lod.png
+share/gnome/pixmaps/osgedit/logo.png
+share/gnome/pixmaps/osgedit/move.png
+share/gnome/pixmaps/osgedit/node.png
+share/gnome/pixmaps/osgedit/orbit.png
+share/gnome/pixmaps/osgedit/rotate.png
+share/gnome/pixmaps/osgedit/scale.png
+share/gnome/pixmaps/osgedit/select.png
+share/gnome/pixmaps/osgedit/sphere.png
+share/gnome/pixmaps/osgedit/switch.png
+share/gnome/pixmaps/osgedit/transform.png
+@dirrm share/gnome/pixmaps/osgedit
OpenPOWER on IntegriCloud