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

PORTNAME=   xminehunter
PORTVERSION=    0.4
PORTREVISION=   3
CATEGORIES= games
MASTER_SITES=   ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games

MAINTAINER= ports@FreeBSD.org
COMMENT=    Motif minesweeper game

USES=       motif
USE_XORG=   xpm
WRKSRC=     ${WRKDIR}/xminehunter
ALL_TARGET= xminehunter

.include <bsd.port.mk>