Ticket #37345: Portfile

File Portfile, 914 bytes (added by someuser12, 11 years ago)
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$
3
4PortSystem          1.0
5
6name                enc2ly
7version             0.3
8categories          textproc
9maintainers         nomaintainer
10license             GPL-3+
11description         Converts musical notation from Encore to Lilypond
12long_description    converts musical notation from Encore to Lilypond.
13
14homepage            http://enc2ly.sourceforge.net/
15platforms           darwin
16master_sites        sourceforge:enc2ly
17checksums           rmd160  74bad6291e7248e478ab13df08dbf46d2bd25683 \
18                    sha256  9c5e3dcc4936765259a842396db06e78fd764f2022cdd4bcbe111a89d8044f79
19
20depends_lib         port:gettext port:libiconv
21
22configure.env-append  LIBS=-lintl
23
24livecheck.type  regex
25livecheck.url   ${homepage}source.html
26livecheck.regex ${name}-(\\d+(\\.\\d+)+)