freebsd-ports/games/flare-game/Makefile
Baptiste Daroussin 2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2021-10-10 21:44:42 +02:00

34 lines
677 B
Makefile

PORTNAME= flare
PORTVERSION= 1.12
DISTVERSIONPREFIX= v
CATEGORIES= games
PKGNAMESUFFIX= -game
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Free Libre Action Roleplaying Engine: game data
LICENSE= CC-BY-SA-3.0
RUN_DEPENDS= flare:games/flare-engine
USE_GITHUB= yes
GH_ACCOUNT= flareteam
GH_PROJECT= ${PORTNAME}${PKGNAMESUFFIX}
USES= cmake gnome
CMAKE_BUILD_TYPE= #empty
NO_ARCH= yes
CMAKE_ARGS= -DBINDIR="bin" -DDATADIR="share/flare"
PORTDOCS= *
PORTDATA= *
PLIST_FILES= share/metainfo/org.flarerpg.Flare.appdata.xml
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>