summaryrefslogtreecommitdiff
path: root/games/atris
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-07-13 14:07:41 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-07-13 14:07:41 +0000
commit8455f0e8414df5bfef7e4af56ea37141335a3906 (patch)
tree37358f11069cfbc6dce1a9c46691b9a7bf0c3958 /games/atris
parentAnagramarama - a FREE* word game for Linux, Windows and BeOS. (diff)
Alizarin Tetris is a Tetris-like game with a twist for Unix, Win32 and BeOS
systems. It includes multi-player support, user-extensible color, shape and sound styles, can use TCP/IP networking and features a few different AI opponents. It was written using the SDL Library. PR: ports/83202, ports/83207 Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Notes
Notes: svn path=/head/; revision=139086
Diffstat (limited to 'games/atris')
-rw-r--r--games/atris/Makefile46
-rw-r--r--games/atris/distinfo2
-rw-r--r--games/atris/pkg-descr9
-rw-r--r--games/atris/pkg-plist150
4 files changed, 207 insertions, 0 deletions
diff --git a/games/atris/Makefile b/games/atris/Makefile
new file mode 100644
index 000000000000..171bf78e5c6a
--- /dev/null
+++ b/games/atris/Makefile
@@ -0,0 +1,46 @@
+# New ports collection makefile for: games/atris
+# Date created: 9 Aug 2005
+# Whom: Alejandro Pulver <alejandro@varnet.biz>
+#
+# $FreeBSD$
+#
+
+PORTNAME= atris
+PORTVERSION= 1.0.7
+CATEGORIES= games
+MASTER_SITES= http://www.cs.berkeley.edu/~weimer/atris/
+
+MAINTAINER= alejandro@varnet.biz
+COMMENT= Atris: Alizarin Tetris
+
+USE_GMAKE= yes
+USE_SDL= sdl ttf
+USE_REINPLACE= yes
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --program-transform-name=""
+
+MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
+ AUTOHEADER="${TRUE}"
+
+post-patch:
+# Fix path to ${DATADIR}
+ ${REINPLACE_CMD} -e 's|\(GAME_INSTALLDIR=\).*|\1"${DATADIR}"|' \
+ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
+
+# Fix SDL include statement
+.for f in *.c *.h
+ @${FIND} ${WRKSRC} -type f -name "${f}" -print0 | \
+ ${XARGS} -0 ${REINPLACE_CMD} -e \
+ 's|\(#include.*\)SDL/\(SDL.*\)|\1\2|'
+.endfor
+
+.if !defined(NOPORTDOCS)
+post-install:
+# Install documentation (optional)
+ @${MKDIR} ${DOCSDIR}
+ @${RM} -f ${WRKSRC}/Docs/Makefile*
+ @${CP} -R ${WRKSRC}/Docs/* ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/games/atris/distinfo b/games/atris/distinfo
new file mode 100644
index 000000000000..5c912458da90
--- /dev/null
+++ b/games/atris/distinfo
@@ -0,0 +1,2 @@
+MD5 (atris-1.0.7.tar.gz) = 1c671abb82e807a9c4f1105ef1a956de
+SIZE (atris-1.0.7.tar.gz) = 441642
diff --git a/games/atris/pkg-descr b/games/atris/pkg-descr
new file mode 100644
index 000000000000..b7a43de91579
--- /dev/null
+++ b/games/atris/pkg-descr
@@ -0,0 +1,9 @@
+Alizarin Tetris is a Tetris-like game with a twist for Unix, Win32 and BeOS
+systems. It includes multi-player support, user-extensible color, shape and
+sound styles, can use TCP/IP networking and features a few different AI
+opponents. It was written using the SDL Library.
+
+WWW: http://www.cs.berkeley.edu/~weimer/atris/
+
+- Alejandro Pulver
+alejandro@varnet.biz
diff --git a/games/atris/pkg-plist b/games/atris/pkg-plist
new file mode 100644
index 000000000000..ea9594b60da1
--- /dev/null
+++ b/games/atris/pkg-plist
@@ -0,0 +1,150 @@
+bin/atris
+%%DATADIR%%/Atris.Players
+%%DATADIR%%/Atris.Scores
+%%DATADIR%%/graphics/A.bmp
+%%DATADIR%%/graphics/Blue20x20.bmp
+%%DATADIR%%/graphics/Cyan20x20.bmp
+%%DATADIR%%/graphics/Green20x20.bmp
+%%DATADIR%%/graphics/Grey20x20.bmp
+%%DATADIR%%/graphics/Horiz-Dark.bmp
+%%DATADIR%%/graphics/Horiz-Light.bmp
+%%DATADIR%%/graphics/I.bmp
+%%DATADIR%%/graphics/L.bmp
+%%DATADIR%%/graphics/Level-Down.bmp
+%%DATADIR%%/graphics/Level-Medium.bmp
+%%DATADIR%%/graphics/Level-Up.bmp
+%%DATADIR%%/graphics/Makefile
+%%DATADIR%%/graphics/Makefile.in
+%%DATADIR%%/graphics/N.bmp
+%%DATADIR%%/graphics/NewMediumNormal.ttf
+%%DATADIR%%/graphics/Purple20x20.bmp
+%%DATADIR%%/graphics/R.bmp
+%%DATADIR%%/graphics/Red20x20.bmp
+%%DATADIR%%/graphics/Special-Bomb.bmp
+%%DATADIR%%/graphics/Special-DownArrow.bmp
+%%DATADIR%%/graphics/Special-Drip.bmp
+%%DATADIR%%/graphics/Special-Skull.bmp
+%%DATADIR%%/graphics/Special-X.bmp
+%%DATADIR%%/graphics/Special-YinYang.bmp
+%%DATADIR%%/graphics/Vert-Dark.bmp
+%%DATADIR%%/graphics/Vert-Light.bmp
+%%DATADIR%%/graphics/W.bmp
+%%DATADIR%%/graphics/Yellow20x20.bmp
+%%DATADIR%%/graphics/Z.bmp
+%%DATADIR%%/graphics/brick.bmp
+%%DATADIR%%/graphics/brown-whirl.bmp
+%%DATADIR%%/graphics/clay-caverns.bmp
+%%DATADIR%%/graphics/cocoon-skin.bmp
+%%DATADIR%%/graphics/copper-liquid.bmp
+%%DATADIR%%/graphics/corduroy.bmp
+%%DATADIR%%/graphics/corroded-rock.bmp
+%%DATADIR%%/graphics/cosmic-gears.bmp
+%%DATADIR%%/graphics/cracks.bmp
+%%DATADIR%%/graphics/dark-blue.bmp
+%%DATADIR%%/graphics/foam-strands.bmp
+%%DATADIR%%/graphics/folded_space.bmp
+%%DATADIR%%/graphics/freon-mist.bmp
+%%DATADIR%%/graphics/fudge_chunks.bmp
+%%DATADIR%%/graphics/fusion_fire.bmp
+%%DATADIR%%/graphics/future_farms.bmp
+%%DATADIR%%/graphics/grablkwt.bmp
+%%DATADIR%%/graphics/green-pattern.bmp
+%%DATADIR%%/graphics/ground_zero.bmp
+%%DATADIR%%/graphics/indigo_paint.bmp
+%%DATADIR%%/graphics/isotope_threads.bmp
+%%DATADIR%%/graphics/jello_elbows.bmp
+%%DATADIR%%/graphics/kdm_bg.bmp
+%%DATADIR%%/graphics/liquid_helium.bmp
+%%DATADIR%%/graphics/magnetic_field.bmp
+%%DATADIR%%/graphics/magneto_bomb.bmp
+%%DATADIR%%/graphics/martian_silk.bmp
+%%DATADIR%%/graphics/melting_honeycomb.bmp
+%%DATADIR%%/graphics/metal_beads.bmp
+%%DATADIR%%/graphics/mustard_ketchup.bmp
+%%DATADIR%%/graphics/mutant_berries.bmp
+%%DATADIR%%/graphics/mystical_hourglass.bmp
+%%DATADIR%%/graphics/neon_flux.bmp
+%%DATADIR%%/graphics/ocean01.bmp
+%%DATADIR%%/graphics/odd_atmosphere.bmp
+%%DATADIR%%/graphics/olive_wisps.bmp
+%%DATADIR%%/graphics/parque.bmp
+%%DATADIR%%/graphics/pebble_town.bmp
+%%DATADIR%%/graphics/pink-pattern.bmp
+%%DATADIR%%/graphics/pinkflam.bmp
+%%DATADIR%%/graphics/plasmatic_globules.bmp
+%%DATADIR%%/graphics/prpbumps.bmp
+%%DATADIR%%/graphics/purple-ribbon.bmp
+%%DATADIR%%/graphics/quantum_threads.bmp
+%%DATADIR%%/graphics/rain.bmp
+%%DATADIR%%/graphics/redblue_filaments.bmp
+%%DATADIR%%/graphics/ringworm_circus.bmp
+%%DATADIR%%/graphics/rubber_cds.bmp
+%%DATADIR%%/graphics/sandman.bmp
+%%DATADIR%%/graphics/sapphire_surface.bmp
+%%DATADIR%%/graphics/scattered_islands.bmp
+%%DATADIR%%/graphics/scraped_metal.bmp
+%%DATADIR%%/graphics/silver_vibration.bmp
+%%DATADIR%%/graphics/spinning_stones.bmp
+%%DATADIR%%/graphics/spoiled_sprouts.bmp
+%%DATADIR%%/graphics/stellar_shadows.bmp
+%%DATADIR%%/graphics/striped_fragments.bmp
+%%DATADIR%%/graphics/sulfur_lakes.bmp
+%%DATADIR%%/graphics/techno_sharks.bmp
+%%DATADIR%%/graphics/terrain_relief.bmp
+%%DATADIR%%/graphics/thin_tentacles.bmp
+%%DATADIR%%/graphics/toe_paint.bmp
+%%DATADIR%%/graphics/ufo_frenzy.bmp
+%%DATADIR%%/graphics/unstable_element.bmp
+%%DATADIR%%/graphics/vessel_swirl.bmp
+%%DATADIR%%/graphics/waffle.bmp
+%%DATADIR%%/graphics/wavy_ribbons.bmp
+%%DATADIR%%/graphics/whirling_spirit.bmp
+%%DATADIR%%/graphics/white-pattern.bmp
+%%DATADIR%%/styles/Alphabet-Soup.Color
+%%DATADIR%%/styles/Blurry.Color
+%%DATADIR%%/styles/Deep-Blue.Color
+%%DATADIR%%/styles/Default.Color
+%%DATADIR%%/styles/End-Of-The-Line.Color
+%%DATADIR%%/styles/Makefile
+%%DATADIR%%/styles/Makefile.in
+%%DATADIR%%/styles/Party-Mix.Color
+%%DATADIR%%/styles/Pentominoes.Piece
+%%DATADIR%%/styles/Red-Blue-Purple.Color
+%%DATADIR%%/styles/Shades-Of-Grey.Color
+%%DATADIR%%/styles/Small-Dots.Color
+%%DATADIR%%/styles/Tetris.Piece
+%%DATADIR%%/styles/Texture.Color
+%%DATADIR%%/styles/Two-Color-Process.Color
+%%DATADIR%%/styles/Uberominoes.Piece
+%%DATADIR%%/styles/Whirl.Color
+%%PORTDOCS%%%%DOCSDIR%%/Atris-ChooseAI.jpg
+%%PORTDOCS%%%%DOCSDIR%%/Atris-ColorGravity1.jpg
+%%PORTDOCS%%%%DOCSDIR%%/Atris-ColorGravity2.jpg
+%%PORTDOCS%%%%DOCSDIR%%/Atris-ColorGravity3.jpg
+%%PORTDOCS%%%%DOCSDIR%%/Atris-ColorGravity4.jpg
+%%PORTDOCS%%%%DOCSDIR%%/Atris-ColorGravity5.jpg
+%%PORTDOCS%%%%DOCSDIR%%/Atris-FunShot.jpg
+%%PORTDOCS%%%%DOCSDIR%%/Atris-HighScore.jpg
+%%PORTDOCS%%%%DOCSDIR%%/Atris-Marathon.jpg
+%%PORTDOCS%%%%DOCSDIR%%/Atris-Obscure.jpg
+%%PORTDOCS%%%%DOCSDIR%%/Atris-OpeningScreen.jpg
+%%PORTDOCS%%%%DOCSDIR%%/Atris-OpeningScreen2.jpg
+%%PORTDOCS%%%%DOCSDIR%%/Atris-PlayAI.jpg
+%%PORTDOCS%%%%DOCSDIR%%/Atris-SoloGame.jpg
+%%PORTDOCS%%%%DOCSDIR%%/Atris-TopOut1.jpg
+%%PORTDOCS%%%%DOCSDIR%%/Atris-TwoPlayers2.jpg
+%%PORTDOCS%%%%DOCSDIR%%/Atris-WhoAreYou1.jpg
+%%PORTDOCS%%%%DOCSDIR%%/Atris-Win1.jpg
+%%PORTDOCS%%%%DOCSDIR%%/Level-Down.jpg
+%%PORTDOCS%%%%DOCSDIR%%/Level-Medium.jpg
+%%PORTDOCS%%%%DOCSDIR%%/Level-Up.jpg
+%%PORTDOCS%%%%DOCSDIR%%/Special-Bomb.jpg
+%%PORTDOCS%%%%DOCSDIR%%/Special-DownArrow.jpg
+%%PORTDOCS%%%%DOCSDIR%%/Special-Drip.jpg
+%%PORTDOCS%%%%DOCSDIR%%/Special-Skull.jpg
+%%PORTDOCS%%%%DOCSDIR%%/atris.html
+%%PORTDOCS%%%%DOCSDIR%%/faq.html
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrm %%DATADIR%%/styles
+@dirrm %%DATADIR%%/graphics
+@dirrm %%DATADIR%%