1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/games/gshisen/Makefile
2023-04-25 17:17:15 +02:00

21 lines
441 B
Makefile

PORTNAME= gshisen
PORTVERSION= 1.3.0
PORTREVISION= 9
CATEGORIES= games gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= GShisen-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Shisen-sho puzzle game for GNUstep
WWW= https://gap.nongnu.org/gshisen/index.html
LICENSE= GPLv2+
USES= gnustep
USE_GNUSTEP= back build
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GShisen.app/GShisen
.include <bsd.port.mk>