aboutsummaryrefslogtreecommitdiff
path: root/games/fheroes2/Makefile
blob: d93060b5f90f4240ca41bd36f0d8ef805e22e1f0 (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
PORTNAME=	fheroes2
PORTVERSION=	0.9.18
CATEGORIES=	games

MAINTAINER=	pkubaj@FreeBSD.org
COMMENT=	Free implementation of Heroes of Might and Magic II engine
WWW=		https://ihhub.github.io/fheroes2/

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libpng.so:graphics/png
RUN_DEPENDS=	timidity:audio/timidity

USES=		cmake gettext-tools iconv localbase:ldflags pkgconfig sdl \
		shebangfix
USE_GITHUB=	yes
GH_ACCOUNT=	ihhub
USE_SDL=	image2 mixer2 sdl2 ttf2
SHEBANG_FILES=	script/demo/download_demo_version.sh

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>