# $Id: Portfile 82905 2011-08-21 23:31:07Z jmr@macports.org $

PortSystem 1.0

name		xspringies
version		1.1
revision	1
description	A mass and spring simulation system

long_description XSpringies is a mass and spring simulation system.  Its intended use is that of a game rather than as a design package.

maintainers	nomaintainer
categories	x11 games
platforms	darwin
master_sites	freebsd
checksums	md5 0958e74178cdf5c49fa05c640ce16011
use_xmkmf	yes
patchfiles	patch-Imakefile patch-widget.c
distfiles	${name}.${version}.tar.Z

depends_lib	port:xorg-libXext

destroot.target-append install.man

destroot.destdir-append \
	BINDIR=${prefix}/bin \
	MANDIR=${prefix}/share/man \
	LIBDIR=${prefix}/lib
