6a5d39ccfb
This is a set of tools that allow access to HFS+ formatted volumes. HFS+ is a modernized version of Apple Computers HFS Filesystem. In addition in contains the library "libhfsp" which you may use for your own experiments, all the tools are based on this library. (A bit of understanding is still needed however). Author: Klaus Halfmann <klaus.halfmann@t-online.de> PR: 59200 Submitted by: Josh Elsasser <jre@vineyard.net>
109 lines
2.3 KiB
Makefile
109 lines
2.3 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
SUBDIR += adamem
|
|
SUBDIR += aftp
|
|
SUBDIR += atari800
|
|
SUBDIR += basiliskII
|
|
SUBDIR += bfe
|
|
SUBDIR += bochs
|
|
SUBDIR += bsvc
|
|
SUBDIR += cinc
|
|
SUBDIR += cingb
|
|
SUBDIR += cpmemu
|
|
SUBDIR += cpmtools
|
|
SUBDIR += darcnes
|
|
SUBDIR += dgen-sdl
|
|
SUBDIR += dlx
|
|
SUBDIR += dosbox
|
|
SUBDIR += extract-xiso
|
|
SUBDIR += fceu
|
|
SUBDIR += fmsx
|
|
SUBDIR += freesci
|
|
SUBDIR += frodo
|
|
SUBDIR += fuse
|
|
SUBDIR += gbe
|
|
SUBDIR += generator
|
|
SUBDIR += gngb
|
|
SUBDIR += gnuboy
|
|
SUBDIR += grustibus
|
|
SUBDIR += gsnes9x
|
|
SUBDIR += gxmame
|
|
SUBDIR += hercules
|
|
SUBDIR += hfs
|
|
SUBDIR += hfsplusutils
|
|
SUBDIR += hfsutils
|
|
SUBDIR += ia64sim
|
|
SUBDIR += ines
|
|
SUBDIR += its
|
|
SUBDIR += klh10
|
|
SUBDIR += kmamerun
|
|
SUBDIR += lib765
|
|
SUBDIR += libspectrum
|
|
SUBDIR += libvm68k
|
|
SUBDIR += linux-ePSXe
|
|
SUBDIR += linux-peops-softgpu
|
|
SUBDIR += linux-peops-spu
|
|
SUBDIR += linux-pete-mesagpu
|
|
SUBDIR += linux-vmware-toolbox2
|
|
SUBDIR += linux-vmware-toolbox4
|
|
SUBDIR += linux-winetools
|
|
SUBDIR += linux_base
|
|
SUBDIR += linux_base-6
|
|
SUBDIR += linux_base-8
|
|
SUBDIR += linux_base-debian
|
|
SUBDIR += linux_base-gentoo-stage1
|
|
SUBDIR += mastergear
|
|
SUBDIR += minivmac
|
|
SUBDIR += mtools
|
|
SUBDIR += osf1_base
|
|
SUBDIR += p-interp
|
|
SUBDIR += pcemu
|
|
SUBDIR += prodosemu
|
|
SUBDIR += psim-freebsd
|
|
SUBDIR += qcl
|
|
SUBDIR += quasi88
|
|
SUBDIR += rtc
|
|
SUBDIR += sim
|
|
SUBDIR += sim6811
|
|
SUBDIR += ski
|
|
SUBDIR += snes9x
|
|
SUBDIR += spim
|
|
SUBDIR += stella
|
|
SUBDIR += stonx
|
|
SUBDIR += svr4_base
|
|
SUBDIR += tkhfs
|
|
SUBDIR += tuxnes
|
|
SUBDIR += twin
|
|
SUBDIR += uae
|
|
SUBDIR += vMac
|
|
SUBDIR += vba
|
|
SUBDIR += vgb
|
|
SUBDIR += vgb-bin
|
|
SUBDIR += vgba-bin
|
|
SUBDIR += vice
|
|
SUBDIR += visualos
|
|
SUBDIR += vmsbackup
|
|
SUBDIR += vmware-guestd3
|
|
SUBDIR += vmware-guestd4
|
|
SUBDIR += vmware-tools2
|
|
SUBDIR += vmware-tools3
|
|
SUBDIR += vmware-tools4
|
|
SUBDIR += vmware2
|
|
SUBDIR += vmware3
|
|
SUBDIR += vmware_xf4mod
|
|
SUBDIR += vpce
|
|
SUBDIR += vx68k
|
|
SUBDIR += vxtools
|
|
SUBDIR += wine
|
|
SUBDIR += x48
|
|
SUBDIR += xgs
|
|
SUBDIR += xmame
|
|
SUBDIR += xmess
|
|
SUBDIR += xsystem35
|
|
SUBDIR += xzx
|
|
SUBDIR += yape
|
|
SUBDIR += zsnes
|
|
|
|
.include <bsd.port.subdir.mk>
|