# -*- 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 # $Id: Portfile,v 1.4 2011/01/23 13:27:31 cnvogelg Exp $ PortSystem 1.0 name nibtools version 0.5.0 revision HEAD categories emulators license GPL mBSD maintainers vogelgsang.org:chris description nibtools disk transfer tools long_description NIBTOOLS is a disk transfer program designed for copying original disks \ and converting into the G64 and D64 disk image formats. These disk images \ may be used on C64 emulators like VICE or CCS64 and can be transferred \ back to real disks. platforms darwin homepage http://c64preservation.com/ depends_build port:cc65 port:opencbm depends_lib port:libusb-legacy port:opencbm fetch.type svn svn.url https://c64preservation.com/svn/nibtools/trunk svn.revision ${revision} worksrcdir trunk checksums make.patch \ md5 52499d0ca1d0e7b9d4009fd7ffdb2a88 \ sha1 68f83ef00524c46db3d6485a4dae9ab7087808b3 \ rmd160 10dcf53c362261d42726b178824a483165047870 use_configure no patchfiles make.patch build.cmd make -f GNU/Makefile CBM_LNX_PATH=/opt/local SVN=${revision} build.target linux livecheck.type none destroot { xinstall -m 755 ${worksrcpath}/nibconv ${destroot}${prefix}/bin xinstall -m 755 ${worksrcpath}/nibread ${destroot}${prefix}/bin xinstall -m 755 ${worksrcpath}/nibrepair ${destroot}${prefix}/bin xinstall -m 755 ${worksrcpath}/nibscan ${destroot}${prefix}/bin xinstall -m 755 ${worksrcpath}/nibwrite ${destroot}${prefix}/bin file mkdir ${destroot}${prefix}/share/doc/${name} xinstall -m 644 ${worksrcpath}/readme.txt ${destroot}${prefix}/share/doc/${name} }