# $Id: Portfile,v 1.2 2005/04/15 04:36:11 toby Exp $

PortSystem 1.0
name             physfs
version          1.0.0
categories       devel
maintainers      toby@opendarwin.org
description      library providing abstract archive access
long_description \
	PhysicsFS is a library to provide abstract access \
	to various archives. It is intended for use in \
	video games, and the design was somewhat inspired \
	by Quake 3's file subsystem.
homepage         http://icculus.org/physfs/
platforms        darwin

master_sites     ${homepage}downloads/
checksums        md5 d02a8543a95d0550490cf4f96e0ddebf

platform darwin 8 {
	configure.env LDFLAGS=-lreadline
}
