Ticket #33771: Portfile

File Portfile, 977 bytes (added by bradley.jensen@…, 13 years ago)

The PortFile for the libnoise port

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
6name                libnoise
7version             1.0.0
8categories          devel
9platforms           darwin
10license             LGPLv2
11maintainers         bradjensen.net:brad
12description         Open source noise generation library
13long_description    libnoise is a portable C++ library that is used to generate coherent noise, a type of smoothly-changing noise. libnoise can generate Perlin noise, ridged multifractal noise, and other types of coherent-noise.
14homepage            http://libnoise.sourceforge.net/
15master_sites        http://bradjensen.net/macports
16
17checksums           rmd160  e4bed840fa89b17e61312a77b11c07457f0147b1 \
18                    sha256  5bdc3ba369d7593557ab867680cf5e97a9c6efdd6eac7b791e2153c7bfdc0b88
19
20configure.env-append      DESTDIR=${prefix}
21depends_build-append      port:cmake