# -*- 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 # $Id: Portfile 56637 2009-08-31 08:15:28Z wyuenho@macports.org $ PortSystem 1.0 name astyle version 1.23 categories devel platforms darwin maintainers wyuenho openmaintainer description source code beautifier for the C, C++, C# and Java programming long_description Artistic Style is a source code indenter, source code formatter, \ and source code beautifier for the C, C++, C# and Java \ programming languages. homepage http://astyle.sourceforge.net master_sites sourceforge::macosx distfiles ${name}_${version}_macosx.tar.gz:macosx checksums md5 9f7f3237996776d01bc6837cd445a442 \ sha1 1ab3e36bc2f0f8e669fb6bbceaf051cafa043119 \ rmd160 6940ac4e2f0351c141abf605d31931fefa1e7727 worksrcdir ${name}/buildmac patchfiles patch-Makefile.diff use_configure no universal_variant no build.target release destroot.destdir DESTDIR=${destroot}${prefix} variant lib description {Build and install the libraries} { build.target-append shared static destroot.target-append install-lib } variant java description {Build and install the JNI library} { build.target-append java destroot.target-append install-jnilib }