mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
34 lines
567 B
Makefile
34 lines
567 B
Makefile
PORTNAME= wyrmsun
|
|
PORTVERSION= 5.3.6
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Strategy game based on history, mythology and fiction
|
|
WWW= https://andrettin.github.io/
|
|
|
|
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
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
CMAKE_ARGS= -DBIN_DIR=bin
|
|
|
|
PORTDATA= *
|
|
PORTDOCS= *
|
|
|
|
PORTSCOUT= limit:^[0-9]\..*
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|