Source
# -*- 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
PortSystem 1.0
PortGroup compiler_blacklist_versions 1.0
PortGroup cxx11 1.1
name lilypond-devel
set my_name lilypond
version 2.19.83
revision 2
set branch [join [lrange [split ${version} .] 0 1] .]
categories textproc
maintainers {snc @nerdling} openmaintainer
license GPL-3+
description An automated engraving system for typesetting sheet music.
long_description Lilypond is a unix-based automated engraving system that \
generates beautiful sheet music from input files. Lilypond \
uses its own input format, .ly, which in many ways is \
similar to LaTeX. Lilypond can export sheet music to PDF, \
EPS, SVG, and PNG formats, and can also create MIDI files.
homepage http://lilypond.org/
conflicts lilypond
platforms darwin
master_sites http://lilypond.org/download/sources/v${branch}/
# master_sites http://download.linuxaudio.org/lilypond/sources/v${branch}/
distname ${my_name}-${version}
checksums rmd160 6250667c2a2799ec404e10e3e141101d043ab7f6 \
sha256 96ba4f4b342d21057ad74d85d647aea7e47a5c24f895127c2b3553a252738fb3 \
size 17996428
depends_build-append \
port:autoconf \
port:bison \
port:dblatex \
port:flex \
port:fontforge \
port:libtool \
port:netpbm \
port:pkgconfig \
port:texinfo \
port:texi2html \
port:texlive \
port:texlive-fonts-recommended \
port:texlive-lang-cyrillic \
port:texlive-metapost \
port:t1utils \
port:urw-core35-fonts
depends_lib-append path:lib/pkgconfig/glib-2.0.pc:glib2 \
path:lib/pkgconfig/pango.pc:pango \
port:fontconfig \
port:freetype \
port:gettext \
port:ghostscript \
port:guile18 \
port:python27
configure.cmd autoconf -f && ./configure
configure.python ${frameworks_dir}/Python.framework/Versions/2.7/bin/python2.7
set lilyponddevel.texgyredir \
"${prefix}/share/texmf-texlive/fonts/opentype/public/tex-gyre"