# -*- 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 493 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 493 #worksrcdir nibtools #checksum {} master_sites http://www.lallafa.de/files/nibtools distfiles nibtools-r493.tgz worksrcdir nibtools-r493 checksums nibtools-r493.tgz \ md5 e960f16df21eb06803d25f51afe3ffb5 \ sha1 654dfd7e98ceee4b1b85c7b2d3187fe34df068ab \ rmd160 a8c73d0ae42e6b53547ed4105740a9b280217b92 \ 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=493 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} }