summaryrefslogtreecommitdiffstats
path: root/games/xlogical/Makefile
blob: 15e84ff0b1df8b102dab60dfd333ec027362c94b (plain)
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
29
30
31
32
33
34
# New ports collection makefile for:   xlogical
# Date created:        8 August 2007
# Whom:                Aaron Baugher
#
# $FreeBSD$
#

PORTNAME=	xlogical
PORTVERSION=	1.0p8
PORTREVISION=	1
CATEGORIES=	games
MASTER_SITES=	http://changeling.ixionstudios.com/xlogical/downloads/ \
		http://freebsd.portsreview.info/downloads/
DISTNAME=	${PORTNAME}-${PORTVERSION:S/p/-/}

MAINTAINER=	aaron@baugher.biz
COMMENT=	Remake of the classic puzzle game Logical

USE_BZIP2=	yes
USE_GMAKE=	yes
USE_SDL=	sdl image mixer
GNU_CONFIGURE=	yes

CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

post-extract:
	${CHMOD} 755 ${WRKSRC}/missing

post-install:
	${MKDIR} ${DOCSDIR}
	${RM} ${WRKSRC}/LICENSE
	${CP} ${WRKSRC}/[A-Z][A-Z]* ${DOCSDIR}

.include <bsd.port.mk>
OpenPOWER on IntegriCloud