aboutsummaryrefslogtreecommitdiff
path: root/games/xdemineur/Makefile
blob: b1158e7ae5ea82c856211e11163225d041014cc8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Thomas Gellekum <tg@FreeBSD.org>
# $FreeBSD$

PORTNAME=	xdemineur
PORTVERSION=	2.1.1
PORTREVISION=	1
CATEGORIES=	games
MASTER_SITES=	${MASTER_SITE_XCONTRIB} \
		http://www.babafou.eu.org/xdemineur/
MASTER_SITE_SUBDIR=	games

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Another minesweeper game for the X Window System

USES=		imake
USE_XORG=	xpm
MAN1=		xdemineur.1
PLIST_FILES=	bin/xdemineur

NO_STAGE=	yes
.include <bsd.port.mk>