mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Add kudu.
Kudu is a GTK+ and OpenGL powered animation package, which relies mostly on skeletal animation and has an interface loosely based on the style of Wings3D. WWW: http://kudu.sourceforge.net/ PR: ports/95237 Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
This commit is contained in:
parent
5a1376bf46
commit
e8a1c10327
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158688
@ -282,6 +282,7 @@
|
||||
SUBDIR += kix-kmod
|
||||
SUBDIR += kludge3d
|
||||
SUBDIR += kooka
|
||||
SUBDIR += kudu
|
||||
SUBDIR += kuickshow
|
||||
SUBDIR += landscape
|
||||
SUBDIR += lcms
|
||||
|
41
graphics/kudu/Makefile
Normal file
41
graphics/kudu/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
# ports collection makefile for: kudu
|
||||
# Date created: 28 Mar 2006
|
||||
# Whom: Dmitry Marakasov <amdmi3@mail.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= kudu
|
||||
PORTVERSION= 0.0.1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= amdmi3@mail.ru
|
||||
COMMENT= A 3D skeletal animation tool, powered by GTK+ and OpenGL
|
||||
|
||||
LIB_DEPENDS= gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext
|
||||
|
||||
USE_GL= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_PYTHON= yes
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GCC= 3.4+
|
||||
|
||||
CFLAGS+= ${PTHREAD_CFLAGS}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
|
||||
LDFLAGS="-L${X11BASE}/lib" \
|
||||
LIBS="${PTHREAD_LIBS} -lcompat"
|
||||
|
||||
DESKTOP_ENTRIES="Kudu" \
|
||||
"Edit 3D models" \
|
||||
"${DATADIR}/images/logo.png" \
|
||||
"kudu" \
|
||||
"Application;Graphics;" \
|
||||
true
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|COPYING||' ${WRKSRC}/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/kudu/distinfo
Normal file
3
graphics/kudu/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (kudu-0.0.1.tar.bz2) = 8f2db02636a0e205393668c316825880
|
||||
SHA256 (kudu-0.0.1.tar.bz2) = 33e9ff9907fa7ddb080c9941c499bec5499d10c6fb62bc254f9d5f3eb9d60c8b
|
||||
SIZE (kudu-0.0.1.tar.bz2) = 210126
|
5
graphics/kudu/pkg-descr
Normal file
5
graphics/kudu/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Kudu is a GTK+ and OpenGL powered animation package, which relies
|
||||
mostly on skeletal animation and has an interface loosely based on
|
||||
the style of Wings3D.
|
||||
|
||||
WWW: http://kudu.sourceforge.net/
|
17
graphics/kudu/pkg-plist
Normal file
17
graphics/kudu/pkg-plist
Normal file
@ -0,0 +1,17 @@
|
||||
bin/kudu
|
||||
%%DATADIR%%/examples/claw.kudu
|
||||
%%DATADIR%%/examples/claw.rwx
|
||||
%%DATADIR%%/examples/figure.kudu
|
||||
%%DATADIR%%/examples/figure.rwx
|
||||
%%DATADIR%%/images/bone.png
|
||||
%%DATADIR%%/images/edge.png
|
||||
%%DATADIR%%/images/face.png
|
||||
%%DATADIR%%/images/logo.png
|
||||
%%DATADIR%%/images/object.png
|
||||
%%DATADIR%%/images/shape.png
|
||||
%%DATADIR%%/images/vertex.png
|
||||
%%DATADIR%%/scripts/Axle-Spinner.py
|
||||
@dirrm %%DATADIR%%/examples
|
||||
@dirrm %%DATADIR%%/images
|
||||
@dirrm %%DATADIR%%/scripts
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in New Issue
Block a user