blob: 878ea994ee82df5cc6265e6c1a22e17c3e622e6f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= fheroes2
PORTVERSION= 1.1.12
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
RUN_DEPENDS= timidity:audio/timidity
USES= cmake sdl
USE_GITHUB= yes
GH_ACCOUNT= ihhub
USE_SDL= mixer2 sdl2
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|