Ticket #45141: Portfile.2

File Portfile.2, 1.1 KB (added by agraef (Albert Graef), 10 years ago)

pd-pure Portfile

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