Tweak games/kreversi version 4.14.3
[dports.git] / games / concentration / Makefile
1 # Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
2 # $FreeBSD$
3
4 PORTNAME=       concentration
5 PORTVERSION=    1.2
6 PORTREVISION=   12
7 CATEGORIES=     games
8 MASTER_SITES=   http://www.shiftygames.com/concentration/ \
9                 http://mirror.amdmi3.ru/distfiles/
10
11 MAINTAINER=     amdmi3@FreeBSD.org
12 COMMENT=        Find all matching pairs of icons as fast as possible
13
14 LICENSE=        GPLv2+
15 LICENSE_FILE=   ${WRKSRC}/COPYING
16
17 USES=           gmake localbase
18 GNU_CONFIGURE=  yes
19 USE_SDL=        sdl mixer image ttf
20
21 PLIST_FILES=    bin/${PORTNAME} \
22                 man/man6/${PORTNAME}.6.gz
23 PORTDATA=       *
24
25 DESKTOP_ENTRIES="Concentration" \
26                 "" \
27                 "${DATADIR}/pics/cover.png" \
28                 "${PORTNAME}" \
29                 "Game;LogicGame;" \
30                 ""
31
32 .include <bsd.port.mk>