freebsd-ports/games/biloba/Makefile
Dmitry Marakasov 3037cb61c7 - Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
2013-06-18 11:46:51 +00:00

28 lines
591 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= A strategy board game for 2 to 4 players
USE_SDL= image mixer sdl
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
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 ${DATADIR}/
.include <bsd.port.mk>