Ticket #19763: Portfile

File Portfile, 1.0 KB (added by macports@…, 15 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5
6categories          graphics
7
8name                lib3ds13
9version             1.3.0
10maintainers         lilalinux.net:macports
11description         Overall software library for managing 3D-Studio Release 3 and 4 ".3DS" files.
12long_description    lib3ds is an overall software library for managing \
13                    3D-Studio Release 3 and 4 ".3DS" files. It is a free \
14                    alternative to Autodesk's 3DS File Toolkit for managing \
15                    3DS files.
16homepage            http://$name.sourceforge.net
17
18master_sites        sourceforge:lib3ds
19distname            lib3ds-$version
20distfiles           lib3ds-$version.zip
21
22checksums           md5 2572f7b0f29b591d494c1a0658b35c86 \
23                    sha1 544262eac73c1e4a1d77f0f1cbd90b990a996db8 \
24                    rmd160 3b7293b53dada43af97d02c200527c6ba3068487
25
26use_configure       yes
27use_zip             yes