1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/games/hex-a-hop/Makefile
Edwin Groothuis 9c4d15df8f games/hex-a-hop port doesn't compile on 64bit systems
Doesn't compile on 64bit systems, and I have no access to
	such systems to fix.  Any help/offers greatfully accepted,
	but that witholding, need to mark this as i386 only.

PR:		ports/116589
Submitted by:	Jamie Jones <jamie@bishopston.net>
2007-09-28 12:32:50 +00:00

39 lines
1.2 KiB
Makefile

# 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= 2
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= amd 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>