Skip to content

Commit

Permalink
cleanup the cleanup
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@28258 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Yves de Champlain committed Aug 26, 2007
1 parent db29184 commit a554f89
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions print/denemo/Portfile
Expand Up @@ -2,14 +2,14 @@

PortSystem 1.0

name denemo
version 0.7.6
revision 2
categories print audio x11
platforms darwin
maintainers yves

description Denemo is a unique score editor
name denemo
version 0.7.6
revision 2
categories print audio x11
platforms darwin
maintainers yves

description Denemo is a unique score editor
long_description \
Denemo is a unique score editor which exports notation \
to LilyPond and ABC music formats. \
Expand All @@ -18,25 +18,25 @@ long_description \
this is partly because it was created to help edit Lilypond notation \
and partly because of its unique design philosophy.

homepage http://denemo.sourceforge.net/
homepage http://denemo.sourceforge.net/

master_sites sourceforge
checksums md5 1a3ed2c46d955295b52d09ae0cb642c0
master_sites sourceforge
checksums md5 1a3ed2c46d955295b52d09ae0cb642c0

depends_lib port:librsvg
depends_run port:qtplay
depends_lib port:librsvg
depends_run port:qtplay

patchfiles patch-denemo.conf patch-external.c patch-prefops.c
patchfiles patch-denemo.conf patch-external.c patch-prefops.c
post-patch {
reinplace "s|../../mkinstalldirs|mkinstalldirs|g" \
${worksrcpath}/pixmaps/Makefile.in
system "touch ${worksrcpath}/src/malloc.h"
}

configure.args --disable-alsa --disable-nls \
--with-plugins=analysis,midiinput,rumour
configure.args --disable-alsa --disable-nls \
--with-plugins=analysis,midiinput,rumour

variant csound description "Csound can be used for playback" {
variant csound description "Csound can be used for playback." {
depends_run-append port:csound
}

0 comments on commit a554f89

Please sign in to comment.