Ticket #5702: xmj-Portfile

File xmj-Portfile, 674 bytes (added by moll@…, 18 years ago)

The Portfile for xmj

Line 
1# $Id: Portfile,v 1.2 2004/01/03 16:15:45 olegb Exp $
2
3PortSystem 1.0
4name            xmj
5version         1.7pre7
6categories      games
7maintainers     moll@isi.edu
8description     X graphical mahjong multi-player game
9long_description        \
10        xmj is a multi-player version of the Chinese game of Mah-Jong. \
11        One can play against computer players or against other human \
12        players over the network.
13homepage        http://www.stevens-bradfield.com/MahJong
14distname        mj-${version}-src
15master_sites    ${homepage}/Source
16use_configure   no
17build.cmd       make CDEBUGFLAGS=-O2
18destroot.destdir DESTDIR=${destroot}/
19checksums       md5 c81d1c6bcd8577a0a5ba504e8b773f20
20depends_lib     lib:libX11.6:XFree86 lib:libgtk:gtk1
21