20 lines
381 B
Makefile
20 lines
381 B
Makefile
# 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|