freebsd-ports/games/grubik/Makefile

25 lines
488 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= grubik
PORTVERSION= 0.1
PORTREVISION= 9
CATEGORIES= games gnustep
MASTER_SITES= http://debian.uni-essen.de/misc/GNUstep/Apps/Recreational/
DISTNAME= GRubik
2012-06-26 07:44:19 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Virtual 3D Rubiks cube for GNUstep
LICENSE= GPLv2+
2010-06-04 15:49:15 +02:00
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>