mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
43 lines
900 B
Makefile
43 lines
900 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wyrmsun
|
|
PORTVERSION= 1.6.0
|
|
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:${PORTSDIR}/games/wyrmgus
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Andrettin
|
|
GH_PROJECT= Wyrmsun
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
PORTDATA= *
|
|
|
|
SUB_FILES= ${PORTNAME}
|
|
|
|
# icon comes from another port, so is referenced via LOCALBASE
|
|
DESKTOP_ENTRIES="Wyrmsun" \
|
|
"" \
|
|
"${LOCALBASE}/share/pixmaps/${PORTNAME}.ico" \
|
|
"${PORTNAME}" \
|
|
"Game;StrategyGame;" \
|
|
""
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && ${COPYTREE_SHARE} "graphics maps music scripts \
|
|
sounds translations" ${STAGEDIR}${DATADIR}/
|
|
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|