citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit baa7ac8edc460c441411a5368c87d56339c28787
parent d7fb384e05ef5f782510f9645c561346cba2034b
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sun, 12 Jun 2016 11:06:12 -0600

pkg/darwin: make Portfile better

Diffstat:
Mpkg/darwin/devel/citrun/Portfile | 26++++++++++++++++----------
1 file changed, 16 insertions(+), 10 deletions(-)

diff --git a/pkg/darwin/devel/citrun/Portfile b/pkg/darwin/devel/citrun/Portfile @@ -6,29 +6,35 @@ PortSystem 1.0 name citrun version 0 categories devel +maintainers openmaintainer@macports.org platforms darwin license BSD description Watch your source code execute long_description Citrun adds compile time instrumentation so you can watch your program run homepage http://citrun.com -#master_sites http://citrun.com/src/ +master_sites http://citrun.com/src/ +# This is easier for continuous integration style builds fetch.type git git.url http://git.0x30.net/citrun git.branch origin/master -depends_lib path:bin/perl:perl5 \ - port:llvm-3.7 \ - port:freetype +use_configure no -depends_build path:bin/pkg-config:pkgconfig \ - bin:jam:jam +# I'm not sure if the Jamfiles are compatible with other jam's +depends_build port:pkgconfig \ + port:jam -# depends_test port:p5-file-which \ -# port:p5-expect \ -# port:p5-list-moreutils +# Test dependencies +depends_run port:perl5 \ + port:p5-file-which \ + port:p5-expect \ + port:p5-list-moreutils \ + port:p5-test-differences -use_configure no +depends_lib port:llvm-3.7 \ + port:clang-3.7 \ + port:freetype build.cmd PREFIX=${prefix} jam