mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
22 lines
441 B
Makefile
22 lines
441 B
Makefile
# Created by: Thomas Gellekum <tg@FreeBSD.org>
|
|
|
|
PORTNAME= gshisen
|
|
PORTVERSION= 1.3.0
|
|
PORTREVISION= 8
|
|
CATEGORIES= games gnustep
|
|
MASTER_SITES= SAVANNAH/gap
|
|
DISTNAME= GShisen-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Shisen-sho puzzle game for GNUstep
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= gnustep
|
|
USE_GNUSTEP= back build
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GShisen.app/GShisen
|
|
|
|
.include <bsd.port.mk>
|