mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
45 lines
1.5 KiB
Tcl
45 lines
1.5 KiB
Tcl
# -*- 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 xcode 1.0
|
|
|
|
name ID3
|
|
version 1.00
|
|
categories audio devel aqua
|
|
maintainers nomaintainer
|
|
license LGPL-2.1+
|
|
|
|
description Framework for reading and writing ID3Tags
|
|
|
|
long_description ID3Tag.framework is as the name suggests a Cocoa based \
|
|
framework for reading and writing ID3Tags. It is written \
|
|
in Objective C and uses the Cocoa (Foundation) tool kit, \
|
|
hence it is ideal for Cocoa based applications.
|
|
|
|
master_sites http://web.archive.org/web/20090913035852/http://drewfamily.homemail.com.au/
|
|
|
|
homepage [lindex ${master_sites} 0]Cocoa_-_ID3Tag_framework.html
|
|
|
|
distname ID3.framework.${version}
|
|
|
|
checksums rmd160 3b41296cca04d641c1e315fe7a93a0443ebbb8a5 \
|
|
sha256 7d294b2348fc36ac8b068bab15e1b58602aafec098f670cccc52b7436b918270
|
|
|
|
post-extract {
|
|
move "${workpath}/id3 tag framework" ${worksrcpath}
|
|
}
|
|
|
|
patchfiles patch-ID3-ID3.xcodeproj-project.pbxproj.diff
|
|
|
|
build.dir ${worksrcpath}/ID3
|
|
|
|
xcode.target ID3Tag_10.4_Universal
|
|
xcode.build.settings INSTALL_PATH=${frameworks_dir}
|
|
|
|
destroot {
|
|
copy ${destroot.dir}/build/${xcode.configuration}/${name}.framework \
|
|
${destroot}${frameworks_dir}
|
|
}
|
|
|
|
livecheck.type none
|