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: Portfile 125655 2014-09-23 17:50:33Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup pure 1.0 |
---|
6 | |
---|
7 | pure.setup pd-pure 0.20 |
---|
8 | name pd-pure |
---|
9 | distname ${name}-${version} |
---|
10 | categories audio devel |
---|
11 | platforms darwin |
---|
12 | maintainers ryandesign |
---|
13 | license BSD |
---|
14 | |
---|
15 | description a Pd plugin loader which lets you run Pure scripts as externals in Pd |
---|
16 | |
---|
17 | long_description ${name} provides ${description}. |
---|
18 | |
---|
19 | checksums rmd160 95f455fc0a78770488e58551fc9baef08225e737 \ |
---|
20 | sha256 d2cda9ff7abc2bbc88a3377cd01399aafde2faa78a4d29e34b3097beafadd068 |
---|
21 | |
---|
22 | depends_build-append port:pkgconfig |
---|
23 | |
---|
24 | depends_lib-append port:libtool |
---|
25 | |
---|
26 | build.args-append prefix=${prefix} |
---|
27 | |
---|
28 | destroot.args-append prefix=${prefix} |
---|