mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
74a7f8c73c
in r363436 and remove the UPDATING entry because it did not guarantee that all ports were updated nor that they were updated in the right order. Also remove libgcrypt.la again. PR: 192342 Approved by: portmgr (implicit, bump unstaged ports)
29 lines
596 B
Makefile
29 lines
596 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= grubik
|
|
PORTVERSION= 0.1
|
|
PORTREVISION= 3
|
|
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 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
|
|
|
|
.include <bsd.port.mk>
|