aboutsummaryrefslogtreecommitdiff
path: root/games/tuxpuck
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-08-26 04:01:53 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-08-26 04:01:53 +0000
commit73a7a443ca40e45c0682cae9e4b87e358e82ef20 (patch)
treedb28104bca649f01c2eecd6531611ef86bd06383 /games/tuxpuck
parent31152de2a772626b794b5f2a2491455c43109614 (diff)
downloadports-73a7a443ca40e45c0682cae9e4b87e358e82ef20.tar.gz
ports-73a7a443ca40e45c0682cae9e4b87e358e82ef20.zip
Notes
Diffstat (limited to 'games/tuxpuck')
-rw-r--r--games/tuxpuck/Makefile7
-rw-r--r--games/tuxpuck/files/patch-Makefile15
-rw-r--r--games/tuxpuck/pkg-descr2
3 files changed, 17 insertions, 7 deletions
diff --git a/games/tuxpuck/Makefile b/games/tuxpuck/Makefile
index 4786d6e380c1..2253c599ac63 100644
--- a/games/tuxpuck/Makefile
+++ b/games/tuxpuck/Makefile
@@ -8,16 +8,13 @@
PORTNAME= tuxpuck
PORTVERSION= 0.8.2
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= games
-MASTER_SITES= http://users.student.lth.se/d00jkr/tuxpuck/
+MASTER_SITES= http://www.sourcefiles.org/Games/Sports/Miscellaneous/
MAINTAINER= ports@FreeBSD.org
COMMENT= Shufflepuck Cafe Clone
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2011-09-01
-
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
png.6:${PORTSDIR}/graphics/png \
vorbis.4:${PORTSDIR}/audio/libvorbis \
diff --git a/games/tuxpuck/files/patch-Makefile b/games/tuxpuck/files/patch-Makefile
index b92ed5e6feb4..19360c8c2d5e 100644
--- a/games/tuxpuck/files/patch-Makefile
+++ b/games/tuxpuck/files/patch-Makefile
@@ -1,5 +1,16 @@
---- Makefile.orig Fri Nov 8 11:50:29 2002
-+++ Makefile Wed Dec 25 15:38:45 2002
+--- Makefile.orig 2002-11-08 19:50:29.000000000 +0900
++++ Makefile 2011-08-24 01:44:15.000000000 +0900
+@@ -1,8 +1,8 @@
+ # Makefile for TuxPuck , Copyright Jacob Kroon 2001-2002
+ NAME = tuxpuck
+ VERSION = 0.8.2
+-CC = gcc
+-CFLAGS += -D_VERSION=\"$(VERSION)\" -g -Wall
++CC ?= gcc
++CFLAGS += -D_VERSION=\"$(VERSION)\" -Wall
+ CSOURCES = tuxpuck.c video.c audio.c menu.c sprite.c font.c timer.c \
+ board.c entity.c glass.c scoreboard.c player.c zoom.c png.c \
+ jpg.c intro.c tux.c arcana.c
@@ -17,11 +17,11 @@
endif
diff --git a/games/tuxpuck/pkg-descr b/games/tuxpuck/pkg-descr
index da21ddbaff7e..a95768a744f1 100644
--- a/games/tuxpuck/pkg-descr
+++ b/games/tuxpuck/pkg-descr
@@ -3,3 +3,5 @@ Anyone remember "Shufflepuck Cafe" for the Amiga/AtariST?
TuxPuck is a shufflepuck game written in C using SDL. The
player moves a pad around a board and tries to shoot down
the puck through the opponents defense.
+
+WWW: http://code.google.com/p/tuxpuck