1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup cmake 1.1 |
---|
5 | PortGroup qt5 1.0 |
---|
6 | |
---|
7 | name drumstick |
---|
8 | # version 1.1.0 seems to require 10.11 |
---|
9 | version 1.0.2 |
---|
10 | |
---|
11 | description Drumstick is a set C++ MIDI libraries using Qt5 objects, idioms and style |
---|
12 | long_description ${description} |
---|
13 | categories audio |
---|
14 | maintainers mojca openmaintainer |
---|
15 | platforms darwin |
---|
16 | |
---|
17 | homepage http://drumstick.sourceforge.net/ |
---|
18 | master_sites sourceforge |
---|
19 | |
---|
20 | use_bzip2 yes |
---|
21 | |
---|
22 | checksums rmd160 6b48cd92c288aaa44a011bb172c5ce23b963e32f \ |
---|
23 | sha256 34aab5812c35ba16f8e606632a56c38879f470e3e395d580412c73ef937f8750 |
---|
24 | |
---|
25 | cmake.out_of_source yes |
---|
26 | |
---|
27 | depends_build-append \ |
---|
28 | port:pkgconfig |
---|
29 | depends_lib-append port:fluidsynth \ |
---|
30 | port:qt5-qtsvg |
---|
31 | configure.args-append \ |
---|
32 | -DLIB_SUFFIX="" |
---|