Ticket #45141: Portfile

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

faust2pd Portfile, corrected

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 115902 2014-01-14 01:14:51Z ryandesign@macports.org $
3
4PortSystem                      1.0
5PortGroup                       pure 1.0
6
7pure.setup                      faust2pd 2.9
8name                            faust2pd
9distname                        ${name}-${version}
10categories                      audio devel
11platforms                       darwin
12maintainers                     ryandesign
13license                         GPL-3
14
15description                     a utility to generate Pd GUI patches from Faust programs
16
17long_description                ${name} is ${description}.
18
19checksums           rmd160  affe15c3a7b1a4fea18a3a64462731087608ea30 \
20                    sha256  8aae98629ebd3a3d3512ed8be33708ab7d0326ef7a76a63b2d35d3eb31d114c5
21
22build.args-append               PUREC_FLAGS=-mcpu=generic LIBRARY_PATH=${prefix}/lib prefix=${prefix} pdprefix=${prefix}
23
24destroot.args-append            prefix=${prefix} pdprefix=${prefix}
25destroot.target-append          install-pd