summaryrefslogtreecommitdiffstats
path: root/games/hex-a-hop/Makefile
blob: 1378e192a684c8f94c7b5ceb3baa6d160159eab9 (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
35
36
37
38
# New ports collection makefile for:	hex-a-hop
# Date created:				21 February 2006
# Whom:					jamie
#
# $FreeBSD$
#

PORTNAME=	hex-a-hop
PORTVERSION=	1.0.0
PORTREVISION=	3
CATEGORIES=	games
MASTER_SITES=	http://ftp.bishopston.net/freebsd/distfiles/ \
		ftp://ftp.bishopston.net/freebsd/distfiles/ \
		http://critical.ch/distfiles/

MAINTAINER=	jamie@bishopston.net
COMMENT=	A puzzle game based on hexagonal tiles

NOT_FOR_ARCHS=	amd64 sparc64
NOT_FOR_ARCHS_REASON_amd64=	Probably an easy fix, but I've no access to an amd64 machine. Offers of help appreciated!
NOT_FOR_ARCHS_REASON_sparc64=	Probably an easy fix, but I've no access to an sparc64 machine. Offers of help appreciated!

USE_SDL=	sdl
MAKEFILE=	Makefile.FreeBSD
ALL_TARGET=	${PORTNAME}

MAKE_ARGS+=	SYSTEM_INSTALL_DIR="${PREFIX}/games/hex-a-hop/"
DESKTOP_ENTRIES="Hex-a-Hop" "A puzzle game based on hexagonal tiles" \
		"${PREFIX}/games/hex-a-hop/graphics/icon.bmp" \
		"hex-a-hop" "Application;LogicGame;Game;" false

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/hex-a-hop ${PREFIX}/bin
	${MKDIR} ${PREFIX}/games/hex-a-hop/graphics/
	${INSTALL_DATA} ${WRKSRC}/graphics/* ${PREFIX}/games/hex-a-hop/graphics
	${INSTALL_DATA} ${WRKSRC}/levels.dat ${PREFIX}/games/hex-a-hop

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