Ticket #19761: Portfile

File Portfile, 976 bytes (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                lib3ds
9version             20080909
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
19
20checksums           md5 5b8e4ccf089ed45752333ea6cf0dd19a \
21                    sha1 a232b290dbeb13c6e7f22c22d75fe804fb2c4755 \
22                    rmd160 7c25e4de6eff415c8f087492a30d9979df185ac5
23
24use_configure       yes
25use_zip             yes