summaryrefslogtreecommitdiff
path: root/graphics/kludge3d
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-07 18:48:04 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-07 18:48:04 +0000
commit04610b824b42b3e336db6fc1c26b9995bcd21ca6 (patch)
tree5119e3c8d134e33ba59f36e7c9d8024e76a5bb76 /graphics/kludge3d
parentUnmark FORBIDDEN. The security issues were corrected in the 1.3.12 (diff)
add kludge3d 20020301
A simple 3d editor
Notes
Notes: svn path=/head/; revision=58668
Diffstat (limited to 'graphics/kludge3d')
-rw-r--r--graphics/kludge3d/Makefile31
-rw-r--r--graphics/kludge3d/distinfo1
-rw-r--r--graphics/kludge3d/files/patch-Makefile.in11
-rw-r--r--graphics/kludge3d/pkg-comment1
-rw-r--r--graphics/kludge3d/pkg-descr6
-rw-r--r--graphics/kludge3d/pkg-plist1
6 files changed, 51 insertions, 0 deletions
diff --git a/graphics/kludge3d/Makefile b/graphics/kludge3d/Makefile
new file mode 100644
index 000000000000..a80220b143d9
--- /dev/null
+++ b/graphics/kludge3d/Makefile
@@ -0,0 +1,31 @@
+# ex:ts=8
+# Ports collection makefile for: kludge3d
+# Date created: May 7, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= kludge3d
+PORTVERSION= 20020301
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ports@FreeBSD.org
+
+LIB_DEPENDS= gtkgl:${PORTSDIR}/x11-toolkits/gtkglarea \
+ 3ds:${PORTSDIR}/graphics/lib3ds
+
+USE_LIBTOOL= yes
+USE_GTK= yes
+USE_MESA= yes
+USE_XLIB= yes
+WRKSRC= ${WRKDIR}/${PORTNAME}
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= \
+ CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
+ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS} -lm -lX11 -lXext"
+USE_GMAKE= yes
+
+.include <bsd.port.mk>
diff --git a/graphics/kludge3d/distinfo b/graphics/kludge3d/distinfo
new file mode 100644
index 000000000000..dda696a764d0
--- /dev/null
+++ b/graphics/kludge3d/distinfo
@@ -0,0 +1 @@
+MD5 (kludge3d-20020301.tar.gz) = da7752f5b47cc437e95964b8bdc1ada6
diff --git a/graphics/kludge3d/files/patch-Makefile.in b/graphics/kludge3d/files/patch-Makefile.in
new file mode 100644
index 000000000000..85ffb6f4a1d3
--- /dev/null
+++ b/graphics/kludge3d/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Wed May 8 02:34:22 2002
++++ Makefile.in Wed May 8 02:36:40 2002
+@@ -359,7 +359,7 @@
+ install-exec-am:
+ install-exec: install-exec-recursive
+
+-install-data-am: install-pixmapsDATA
++install-data-am:
+ install-data: install-data-recursive
+
+ install-am: all-am
diff --git a/graphics/kludge3d/pkg-comment b/graphics/kludge3d/pkg-comment
new file mode 100644
index 000000000000..b94c4a73b404
--- /dev/null
+++ b/graphics/kludge3d/pkg-comment
@@ -0,0 +1 @@
+A simple 3d editor
diff --git a/graphics/kludge3d/pkg-descr b/graphics/kludge3d/pkg-descr
new file mode 100644
index 000000000000..e379d9e8d0b5
--- /dev/null
+++ b/graphics/kludge3d/pkg-descr
@@ -0,0 +1,6 @@
+Kludge3d is a simple 3d editor, in the spirit of Worldcraft or Milkshape.
+It is the offspring of several other (presumably abandoned) GTK-based editors,
+with the best features taken from each. As the name implies, kludge3d is
+exactly that - a kludge.
+
+WWW: http://kludge3d.sourceforge.net/
diff --git a/graphics/kludge3d/pkg-plist b/graphics/kludge3d/pkg-plist
new file mode 100644
index 000000000000..205304ea9ddf
--- /dev/null
+++ b/graphics/kludge3d/pkg-plist
@@ -0,0 +1 @@
+bin/kludge3d