22 lines
488 B
Makefile
22 lines
488 B
Makefile
PORTNAME= fheroes2
|
|
PORTVERSION= 0.9.15
|
|
CATEGORIES= games
|
|
|
|
MAINTAINER= pkubaj@FreeBSD.org
|
|
COMMENT= Free implementation of Heroes of Might and Magic II engine
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libpng.so:graphics/png
|
|
|
|
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>
|