Tweak games/kreversi version 4.14.3
[dports.git] / games / biloba / Makefile
1 # Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
2 # $FreeBSD$
3
4 PORTNAME=       biloba
5 PORTVERSION=    0.9.3
6 PORTREVISION=   5
7 CATEGORIES=     games
8 MASTER_SITES=   SF/${PORTNAME}/Biloba/${PORTVERSION}
9
10 MAINTAINER=     amdmi3@FreeBSD.org
11 COMMENT=        Strategy board game for 2 to 4 players
12
13 GNU_CONFIGURE=  yes
14 USES=           gmake
15 USE_SDL=        image mixer sdl
16
17 PLIST_FILES=    bin/${PORTNAME} bin/${PORTNAME}-server
18 PORTDATA=       *
19
20 DESKTOP_ENTRIES="Biloba" \
21                 "A strategy board game for 2 to 4 players" \
22                 "${DATADIR}/biloba_icon.png" \
23                 "biloba" \
24                 "Game;LogicGame;" \
25                 false
26
27 post-install:
28         ${INSTALL_DATA} ${WRKSRC}/biloba_icon.png ${STAGEDIR}${DATADIR}/
29
30 .include <bsd.port.mk>