1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00
Dirk Meyer 851945b1eb - cleanup comments
Feature safe: yes
2012-10-13 13:39:56 +00:00

26 lines
508 B
Makefile

# $FreeBSD$
PORTNAME= grubik
PORTVERSION= 0.1
PORTREVISION= 2
CATEGORIES= games gnustep
MASTER_SITES= http://debian.uni-essen.de/misc/GNUstep/Apps/Recreational/
DISTNAME= GRubik
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Virtual 3D Rubiks cube for GNUstep
LICENSE= GPLv2
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
post-patch:
${RM} -rf ${WRKSRC}/GRubik.app/ix86
${REINPLACE_CMD} -e 's|^//|# //|' ${WRKSRC}/GNUmakefile
.include <bsd.port.mk>