aboutsummaryrefslogtreecommitdiff
path: root/games/grubik/Makefile
blob: 0f7b99e9b3dfee4242fb95891736f12592ba010f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:    grubik
# Date created:         17 Nov 2006
# Whom:                 dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#

PORTNAME=	grubik
PORTVERSION=	0.1
CATEGORIES=	games
MASTER_SITES=	http://debian.uni-essen.de/misc/GNUstep/Apps/Recreational/
DISTNAME=	GRubik
EXTRACT_SUFX=	.tgz

MAINTAINER=	dinoex@FreeBSD.org
COMMENT=	Virtual 3D Rubiks cube for GNUstep

USE_GNUSTEP=	yes
USE_GNUSTEP_PREFIX=	yes
USE_GNUSTEP_BACK=	yes
USE_GNUSTEP_BUILD=	yes
USE_GNUSTEP_INSTALL=	yes

post-patch:
	${RMDIR} ${WRKSRC}/GRubik.app/ix86/linux-gnu
	${RMDIR} ${WRKSRC}/GRubik.app/ix86

.include <bsd.port.mk>