Add lib3ds 1.0.0, a library for handling 3DS (3D Studio) files.
This commit is contained in:
parent
66c3f0e72b
commit
a89235c55d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37304
@ -102,6 +102,7 @@
|
||||
SUBDIR += lcms
|
||||
SUBDIR += leafpak
|
||||
SUBDIR += lfview
|
||||
SUBDIR += lib3ds
|
||||
SUBDIR += libdjvu++
|
||||
SUBDIR += libflash
|
||||
SUBDIR += libggi
|
||||
|
21
graphics/lib3ds/Makefile
Normal file
21
graphics/lib3ds/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: lib3ds
|
||||
# Date Created: 18 January 2001
|
||||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= lib3ds
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= sobomax@FreeBSD.org
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN1= 3ds2m.1 3ds2rib.1 3dsdump.1 lib3ds-config.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/lib3ds/distinfo
Normal file
1
graphics/lib3ds/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (lib3ds-1.0.0.tar.gz) = ca34fe7a5b8e1640b9d88dd30a223583
|
14
graphics/lib3ds/files/patch-lib3ds_Makefile.in
Normal file
14
graphics/lib3ds/files/patch-lib3ds_Makefile.in
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- lib3ds/Makefile.in 2001/01/18 17:32:01 1.1
|
||||
+++ lib3ds/Makefile.in 2001/01/18 17:32:22
|
||||
@@ -97,7 +97,7 @@
|
||||
EXTRA_DIST = types.doc chunktable.sed
|
||||
|
||||
|
||||
-lib3ds_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE)
|
||||
+lib3ds_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
||||
|
||||
|
||||
lib3ds_la_LIBADD = -lm
|
1
graphics/lib3ds/pkg-comment
Normal file
1
graphics/lib3ds/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A library for handling 3DS (3D Studio) files
|
5
graphics/lib3ds/pkg-descr
Normal file
5
graphics/lib3ds/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Lib3ds is a free alternative to Autodesk's 3DS File Toolkit for handling 3DS
|
||||
files. It's main goal is to simplify the creation of 3DS import and export
|
||||
filters.
|
||||
|
||||
WWW: http://lib3ds.sourceforge.net/
|
28
graphics/lib3ds/pkg-plist
Normal file
28
graphics/lib3ds/pkg-plist
Normal file
@ -0,0 +1,28 @@
|
||||
bin/3ds2m
|
||||
bin/3ds2rib
|
||||
bin/3dsdump
|
||||
bin/lib3ds-config
|
||||
include/lib3ds/atmosphere.h
|
||||
include/lib3ds/background.h
|
||||
include/lib3ds/camera.h
|
||||
include/lib3ds/chunk.h
|
||||
include/lib3ds/ease.h
|
||||
include/lib3ds/file.h
|
||||
include/lib3ds/float.h
|
||||
include/lib3ds/light.h
|
||||
include/lib3ds/material.h
|
||||
include/lib3ds/matrix.h
|
||||
include/lib3ds/mesh.h
|
||||
include/lib3ds/node.h
|
||||
include/lib3ds/quat.h
|
||||
include/lib3ds/readwrite.h
|
||||
include/lib3ds/shadow.h
|
||||
include/lib3ds/tcb.h
|
||||
include/lib3ds/tracks.h
|
||||
include/lib3ds/types.h
|
||||
include/lib3ds/vector.h
|
||||
include/lib3ds/viewport.h
|
||||
lib/lib3ds.so
|
||||
lib/lib3ds.so.0
|
||||
share/aclocal/lib3ds.m4
|
||||
@dirrm include/lib3ds
|
Loading…
Reference in New Issue
Block a user