aboutsummaryrefslogtreecommitdiffstats
path: root/games/gmines/Makefile
blob: 0b88d1cc5b96cb295d8d81ff0c05d11379b9a98d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=   gmines
PORTVERSION=    0.2
PORTREVISION=   2
CATEGORIES= games gnustep
MASTER_SITES=   SAVANNAH/gap
DISTNAME=   GMines-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Well-known minesweeper game for GNUstep

LICENSE=    GPLv2 # or later

USES=       gnustep
USE_GNUSTEP=    back build

post-install:
    ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/GMines.app/GMines

.include <bsd.port.mk>