# $Id: Portfile,v 1.2 2006/01/24 09:40:15 blb Exp $

PortSystem 1.0
name		xmj
version		1.7
categories	games x11
maintainers	moll@isi.edu
description	X graphical mahjong multi-player game
long_description	\
	xmj is a multi-player version of the Chinese game of Mah-Jong. \
	One can play against computer players or against other human \
	players over the network. 
homepage	http://www.stevens-bradfield.com/MahJong
distname	mj-${version}-src
master_sites	${homepage}/Source
checksums	md5 12eebc230ee32b08ce65f42b828a612f
depends_lib	lib:libX11.6:XFree86 lib:libgtk:gtk1
use_configure   no
build.args	CDEBUGFLAGS=-O2
destroot.target	install install.man
destroot.destdir DESTDIR=${destroot}/ BINDIR=${prefix}/bin \
	MANDIR=${prefix}/share/man/man1

