Add hex-a-hop 1.0.0, a puzzle game based on hexagonal tiles.
PR: 93619 Submitted by: Jamie Jones <jamie@bishopston.net>
This commit is contained in:
parent
b92a10bf4f
commit
b360849b27
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157777
@ -270,6 +270,7 @@
|
||||
SUBDIR += heretic
|
||||
SUBDIR += heroes
|
||||
SUBDIR += hex
|
||||
SUBDIR += hex-a-hop
|
||||
SUBDIR += highmoon
|
||||
SUBDIR += hlserver-admin
|
||||
SUBDIR += hlserver-cs
|
||||
|
33
games/hex-a-hop/Makefile
Normal file
33
games/hex-a-hop/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: hex-a-hop
|
||||
# Date created: 21 February 2006
|
||||
# Whom: jamie
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= hex-a-hop
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://ftp.bishopston.net/freebsd/distfiles/ \
|
||||
ftp://ftp.bishopston.net/freebsd/distfiles/
|
||||
|
||||
MAINTAINER= jamie@bishopston.net
|
||||
COMMENT= A puzzle game based on hexagonal tiles
|
||||
|
||||
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>
|
3
games/hex-a-hop/distinfo
Normal file
3
games/hex-a-hop/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (hex-a-hop-1.0.0.tar.gz) = 0f8623f061eee8508d8ca78d86ed15e2
|
||||
SHA256 (hex-a-hop-1.0.0.tar.gz) = 200b2b88133f532419398224d29d72ca394168fbc7646b7ce50985867ac275a7
|
||||
SIZE (hex-a-hop-1.0.0.tar.gz) = 883536
|
9
games/hex-a-hop/pkg-descr
Normal file
9
games/hex-a-hop/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
Hex-a-hop is a puzzle game based on hexagonal tiles. There is no time limit and
|
||||
no real-time elements.
|
||||
|
||||
The objective is simply to destroy all the green hexagonal tiles on each of the
|
||||
100 levels. As you progress through the game, more types of tiles are introduced
|
||||
which make things more difficult and interesting (hopefully).
|
||||
|
||||
Author: Tom Beaumont <tombeaumont@yahoo.com>
|
||||
WWW: http://www.aceinternet.co.uk/~mokona/
|
14
games/hex-a-hop/pkg-plist
Normal file
14
games/hex-a-hop/pkg-plist
Normal file
@ -0,0 +1,14 @@
|
||||
bin/hex-a-hop
|
||||
games/hex-a-hop/graphics/emi.dat
|
||||
games/hex-a-hop/graphics/font.dat
|
||||
games/hex-a-hop/graphics/gradient.dat
|
||||
games/hex-a-hop/graphics/icon.bmp
|
||||
games/hex-a-hop/graphics/map.dat
|
||||
games/hex-a-hop/graphics/map_top.dat
|
||||
games/hex-a-hop/graphics/tiles.dat
|
||||
games/hex-a-hop/graphics/tiles_reflect.dat
|
||||
games/hex-a-hop/graphics/title.dat
|
||||
games/hex-a-hop/levels.dat
|
||||
@dirrm games/hex-a-hop/graphics/
|
||||
@dirrm games/hex-a-hop/
|
||||
@dirrmtry games/
|
Loading…
Reference in New Issue
Block a user