mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
5e38556079
minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt)
31 lines
643 B
Makefile
31 lines
643 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= biloba
|
|
PORTVERSION= 0.9.3
|
|
PORTREVISION= 3
|
|
CATEGORIES= games
|
|
MASTER_SITES= SF/${PORTNAME}/Biloba/${PORTVERSION}
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Strategy board game for 2 to 4 players
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake
|
|
USE_SDL= image mixer sdl
|
|
|
|
PLIST_FILES= bin/${PORTNAME} bin/${PORTNAME}-server
|
|
PORTDATA= *
|
|
|
|
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>
|