# $Id: Portfile,v 1.1 2006/01/16 22:00:14 mww Exp $

PortSystem			1.0

name				cmatrix
version				1.2a
categories			games x11
maintainers			denis.defreyne@ugent.be
description			Console Matrix
long_description	Console Matrix simulates the display from "The Matrix"
homepage			http://www.astyanax.org/cmatrix/

master_sites		http://www.astyanax.org/cmatrix/dist
checksums			md5 ebfb5733104a258173a9ccf2669968a1

configure.args		--mandir=${prefix}/share/man

platform darwin 8 {
	configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}
