Tweak games/kreversi version 4.14.3
[dports.git] / games / xminesweep / Makefile
1 # Created by: janek
2 # $FreeBSD$
3
4 PORTNAME=       xminesweep
5 PORTVERSION=    3.0
6 PORTREVISION=   2
7 CATEGORIES=     games
8 MASTER_SITES=   ftp://ftp.netlab.is.tsukuba.ac.jp/pub/X/our_collections/games/ \
9                 ftp://ftp.uni-halle.de/pub/X11/contrib/games/ \
10                 ftp://ftp.warwick.ac.uk/pub/x11/ \
11                 ftp://ftp.eunet.ch/software/X/games/
12 DISTNAME=       ${PORTNAME}${PORTVERSION}
13
14 MAINTAINER=     ports@FreeBSD.org
15 COMMENT=        X11 minesweeper game
16
17 USES=           imake tar:Z
18 USE_XORG=       x11 xext xmu xaw xt xpm sm ice
19 PLIST_FILES=    bin/xminesweep man/man1/xminesweep.1.gz
20
21 .include <bsd.port.mk>