blob: f1ced4c979a8b10b2cdd0b92cf187309edbfe95d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
PORTNAME= biloba
PORTVERSION= 0.9.3
PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/Biloba/${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Strategy board game for 2 to 4 players
WWW= http://biloba.sourceforge.net/
GNU_CONFIGURE= yes
USES= gmake sdl
USE_SDL= image mixer sdl
PLIST_FILES= bin/${PORTNAME} bin/${PORTNAME}-server
PORTDATA= *
# Fix build with clang11
CFLAGS+= -fcommon
DESKTOP_ENTRIES="Biloba" \
"A strategy board game for 2 to 4 players" \
"${DATADIR}/biloba_icon.png" \
"biloba" \
"Game;LogicGame;" \
false
post-install:
${INSTALL_DATA} ${WRKSRC}/biloba_icon.png ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>
|