Ticket #46046: Portfile

File Portfile, 828 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        optics 0.1.0
8platforms           darwin
9license             GPL-2+
10maintainers         gmail.com:mschamschula openmaintainer
11description         Functions covering various aspects of optics.
12long_description    ${description}
13
14checksums           rmd160 60951ca98dbe8aeee78bed7fe27c00827eda2e35 \
15                    sha256 97c3d4b14d448bcf87301bcdf6c341e24003abbc4187dcf01f0d67b2ed3a7e4b
16
17pre-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}