Ticket #46028: Portfile

File Portfile, 836 bytes (added by Schamschula (Marius Schamschula), 9 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
2# $Id: Portfile 114034 2013-11-27 16:20:17Z michaelld@macports.org $
3
4PortSystem          1.0
5PortGroup           octave 1.0
6
7octave.setup        geometry 1.7.0
8platforms           darwin
9license             GPL-2+
10maintainers         gmail.com:mschamschula openmaintainer
11description         Library for geometric computing extending MatGeom functions. \
12                    Useful to create, transform, manipulate and display geometric \
13                    primitives.
14long_description    ${description}
15
16checksums           rmd160 25aee656919538b3c85b3a9efa2fbc32ac12af60 \
17                    sha256 1d8712f06e4f49d67ba3898721e34acf545e9527fb21cb8da32904ed8f255b68
18
19depends_lib-append  port:octave-general