freebsd-ports/games/grubik/Makefile
Dmitry Marakasov 7ea28e5286 - Clarify LICENSE
- Strip binary
- Drop @dirrm* from plist
2014-11-24 14:06:43 +00:00

31 lines
703 B
Makefile

# $FreeBSD$
PORTNAME= grubik
PORTVERSION= 0.1
PORTREVISION= 4
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 # or later
USES= tar:tgz tar:tgz
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
post-patch:
${RM} -rf ${WRKSRC}/GRubik.app/ix86
${REINPLACE_CMD} -e 's|^//|# //|' \
-e "/GNUSTEP_INSTALLATION_DIR/d" ${WRKSRC}/GNUmakefile
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GRubik.app/GRubik
.include <bsd.port.mk>