# $Id: Portfile,v 1.1 2005/03/17 19:46:30 mww Exp $ PortSystem 1.0 name JHymn version 0.7.5 platforms darwin categories aqua audio description iTMS DRM removal utility long_description The purpose of JHymn is to allow you to exercise your \ fair-use rights under copyright law. It allows you to free \ your iTunes Music Store (protected AAC/m4p) purchases from \ their DRM restrictions with no sound quality loss. These \ songs can then be played outside of the iTunes \ environment, even on operating systems not supported by \ iTunes. maintainers dms@freeshell.org homepage http://www.hymn-project.org/jhymndoc/ master_sites http://www.hymn-project.org/download/ distname [regsub -all {[\.-]} ${distname} _]_source use_zip yes checksums md5 e4a902f927c3ef553f90851d6560292c worksrcdir ${name} configure {} depends_build bin:faad:faad2 \ bin:lame:lame pre-build { xinstall "[binaryInPath faad]" "[binaryInPath lame]" \ "${worksrcpath}" } build.type pbx build.target -target ${name} build.args -buildstyle Deployment destroot { xinstall -m 755 -d "${destroot}/Applications/DarwinPorts" file copy "${worksrcpath}/build/JHymn.app" \ "${destroot}/Applications/Darwinports" }