1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

add kludge3d 20020301

A simple 3d editor
This commit is contained in:
Ying-Chieh Liao 2002-05-07 18:48:04 +00:00
parent 490f7852c0
commit 04610b824b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58668
7 changed files with 52 additions and 0 deletions

View File

@ -141,6 +141,7 @@
SUBDIR += kdegraphics2
SUBDIR += kdegraphics3
SUBDIR += kisomandel
SUBDIR += kludge3d
SUBDIR += kuickshow
SUBDIR += landscape
SUBDIR += lcms

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (kludge3d-20020301.tar.gz) = da7752f5b47cc437e95964b8bdc1ada6

View File

@ -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

View File

@ -0,0 +1 @@
A simple 3d editor

View File

@ -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/

View File

@ -0,0 +1 @@
bin/kludge3d