1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/games/gshisen/Makefile
Dmitry Marakasov f3bb932b0f - Simplify MASTER_SITES
- Add LICENSE
- Strip binary
- Drop @dirrm* from plist
2014-12-07 13:36:47 +00:00

27 lines
558 B
Makefile

# Created by: Thomas Gellekum <tg@FreeBSD.org>
# $FreeBSD$
PORTNAME= gshisen
PORTVERSION= 1.3.0
PORTREVISION= 2
CATEGORIES= games gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= GShisen-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Shisen-sho puzzle game for GNUstep
LICENSE= GPLv2 # or later
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GShisen.app/GShisen
.include <bsd.port.mk>