1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/games/grubik/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

23 lines
476 B
Makefile

PORTNAME= grubik
PORTVERSION= 0.1
PORTREVISION= 10
CATEGORIES= games gnustep
MASTER_SITES= http://debian.uni-essen.de/misc/GNUstep/Apps/Recreational/
DISTNAME= GRubik
MAINTAINER= ports@FreeBSD.org
COMMENT= Virtual 3D Rubiks cube for GNUstep
LICENSE= GPLv2+
USES= tar:tgz gnustep
USE_GNUSTEP= back build
post-patch:
${RM} -r ${WRKSRC}/GRubik.app/ix86
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GRubik.app/GRubik
.include <bsd.port.mk>