1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/games/wyrmsun/Makefile
2021-08-24 20:59:15 +03:00

31 lines
507 B
Makefile

PORTNAME= wyrmsun
PORTVERSION= 5.0.1
DISTVERSIONPREFIX= v
CATEGORIES= games
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Strategy game based on history, mythology and fiction
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/license.txt
RUN_DEPENDS= wyrmgus:games/wyrmgus
USE_GITHUB= yes
GH_ACCOUNT= Andrettin
GH_PROJECT= Wyrmsun
USES= cmake gnome
INSTALL_TARGET= install
INSTALLS_ICONS= yes
NO_ARCH= yes
NO_BUILD= yes
CMAKE_ARGS= -DBIN_DIR=bin
PORTDATA= *
PORTDOCS= *
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>