summaryrefslogtreecommitdiffstats
path: root/graphics/kludge3d
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-05-07 18:48:04 +0000
committerijliao <ijliao@FreeBSD.org>2002-05-07 18:48:04 +0000
commitbf0572c6eb99f8ea6cc16ed892df6175931f42b6 (patch)
treee9f7357ac17acaa99c09dfbabd3cb1e8775694d8 /graphics/kludge3d
parent7a0c0c1e8c122d170b14a4eeac614986a2502b3d (diff)
downloadFreeBSD-ports-bf0572c6eb99f8ea6cc16ed892df6175931f42b6.zip
FreeBSD-ports-bf0572c6eb99f8ea6cc16ed892df6175931f42b6.tar.gz
add kludge3d 20020301
A simple 3d editor
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 0000000..a80220b
--- /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 0000000..dda696a
--- /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 0000000..85ffb6f
--- /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 0000000..b94c4a7
--- /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 0000000..e379d9e
--- /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 0000000..205304e
--- /dev/null
+++ b/graphics/kludge3d/pkg-plist
@@ -0,0 +1 @@
+bin/kludge3d
OpenPOWER on IntegriCloud