# $Id: Portfile,v 1.3 2003/10/22 07:14:30 rshaw Exp $ PortSystem 1.0 name disktype version 7 categories sysutils maintainers md@hudora.de platforms darwin description detect the content format of a disk or disk image long_description The purpose of disktype is to detect the content format of \ a disk or disk image. It knows about common file systems, partition tables, \ and boot codes. homepage http://disktype.sourceforge.net/ master_sites sourceforge:${name} checksums md5 513eda82166e8b4a355389081dc06f3c use_configure no # there is no install target destroot.target post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} HISTORY LICENSE Makefile README TODO \ ${destroot}${prefix}/share/doc/${name} xinstall -m 755 ${worksrcpath}/disktype ${destroot}${prefix}/bin xinstall -m 644 ${worksrcpath}/disktype.1 ${destroot}${prefix}/share/man/man1 }