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 $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup octave 1.0 |
---|
6 | |
---|
7 | octave.setup zeromq 1.1.0 |
---|
8 | platforms darwin |
---|
9 | license GPL-2+ |
---|
10 | maintainers gmail.com:mschamschula openmaintainer |
---|
11 | description ZeroMQ bindings for GNU Octave |
---|
12 | long_description ${description} |
---|
13 | |
---|
14 | checksums rmd160 22e600e27a7838a06ea3d0fdc026a9ba163653ef \ |
---|
15 | sha256 33fc872fd6c45d0d2b72a82c2f07f9fe300e0b21045adadf82aa03124a31a77f |
---|
16 | |
---|
17 | patchfiles patch-src-Makefile.in.diff |
---|
18 | |
---|
19 | depends_lib port:zmq |
---|