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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup octave 1.0 |
---|
6 | |
---|
7 | octave.setup optics 0.1.0 |
---|
8 | platforms darwin |
---|
9 | license GPL-2+ |
---|
10 | maintainers gmail.com:mschamschula openmaintainer |
---|
11 | description Functions covering various aspects of optics. |
---|
12 | long_description ${description} |
---|
13 | |
---|
14 | checksums rmd160 60951ca98dbe8aeee78bed7fe27c00827eda2e35 \ |
---|
15 | sha256 97c3d4b14d448bcf87301bcdf6c341e24003abbc4187dcf01f0d67b2ed3a7e4b |
---|
16 | |
---|
17 | pre-patch { |
---|
18 | system -W "${workpath}" "chmod a+rx optics" |
---|
19 | system -W "${workpath}" "chmod a+rx optics/inst" |
---|
20 | system -W "${workpath}" "chmod a+rx optics/inst/private" |
---|
21 | } |
---|