diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-17 08:08:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-17 08:08:43 +0000 |
commit | 9519afcfd394ec14938d9fc164bcc369da715446 (patch) | |
tree | 461102d5a0c9ea47f12623181874fdc6bc544dc5 /games | |
parent | b143d4b47647137c4387ae4028421a06e6296e3c (diff) | |
download | pkgsrc-9519afcfd394ec14938d9fc164bcc369da715446.tar.gz |
Initial import of InterLOGIC-0.30:
The game InterLOGIC is based on the old Amiga logic game "Balls".
The object of the game is to move balls of different colors through
a maze, connecting them with other balls of the same color. Two or
more connected balls of the same color will disappear. The aim of
the game is to clean the whole maze in this way. The balls are
connected if they are right next to each other horizontally or
vertically, but not diagonally. The current release contains 30
mind-breaking levels for you to solve.
Diffstat (limited to 'games')
-rw-r--r-- | games/InterLOGIC/DESCR | 8 | ||||
-rw-r--r-- | games/InterLOGIC/Makefile | 25 | ||||
-rw-r--r-- | games/InterLOGIC/PLIST | 4 | ||||
-rw-r--r-- | games/InterLOGIC/TODO | 1 | ||||
-rw-r--r-- | games/InterLOGIC/distinfo | 5 |
5 files changed, 43 insertions, 0 deletions
diff --git a/games/InterLOGIC/DESCR b/games/InterLOGIC/DESCR new file mode 100644 index 00000000000..1ca087d73ec --- /dev/null +++ b/games/InterLOGIC/DESCR @@ -0,0 +1,8 @@ +The game InterLOGIC is based on the old Amiga logic game "Balls". +The object of the game is to move balls of different colors through +a maze, connecting them with other balls of the same color. Two or +more connected balls of the same color will disappear. The aim of +the game is to clean the whole maze in this way. The balls are +connected if they are right next to each other horizontally or +vertically, but not diagonally. The current release contains 30 +mind-breaking levels for you to solve. diff --git a/games/InterLOGIC/Makefile b/games/InterLOGIC/Makefile new file mode 100644 index 00000000000..91f511a1b59 --- /dev/null +++ b/games/InterLOGIC/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/10/17 08:08:43 wiz Exp $ +# + +DISTNAME= interLOGIC-src-0.30 +# authors' preferred casing +PKGNAME= InterLOGIC-0.30 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=interlogic/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://sourceforge.net/projects/interlogic/ +COMMENT= Logic/puzzle game based on the old Amiga game "Balls" + +WRKSRC= ${WRKDIR}/interlogic +USE_PKGLOCALEDIR= yes +USE_LIBTOOL= yes +GNU_CONFIGURE= yes + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE} + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PKGBASE} + +.include "../../devel/SDL/buildlink3.mk" +.include "../../graphics/SDL_image/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/games/InterLOGIC/PLIST b/games/InterLOGIC/PLIST new file mode 100644 index 00000000000..c0da8c5db45 --- /dev/null +++ b/games/InterLOGIC/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/17 08:08:43 wiz Exp $ +bin/interlogic +share/doc/interLOGIC/README +@dirrm share/doc/interLOGIC diff --git a/games/InterLOGIC/TODO b/games/InterLOGIC/TODO new file mode 100644 index 00000000000..2f5dcf6375e --- /dev/null +++ b/games/InterLOGIC/TODO @@ -0,0 +1 @@ +All ready, except for PKGNAME (and perhaps PLIST changes). diff --git a/games/InterLOGIC/distinfo b/games/InterLOGIC/distinfo new file mode 100644 index 00000000000..94303562184 --- /dev/null +++ b/games/InterLOGIC/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/10/17 08:08:43 wiz Exp $ + +SHA1 (interLOGIC-src-0.30.tar.gz) = 8cf6957e88b06a76479834ebb3608536b8ea84e3 +RMD160 (interLOGIC-src-0.30.tar.gz) = f39cf78f230cdc52388009722ca3bd6553e73cf3 +Size (interLOGIC-src-0.30.tar.gz) = 1731894 bytes |