diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-03 22:59:34 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-03 22:59:34 +0000 |
commit | 5f82b6d00b0f4b05afd4c32b9e1f7a8eb165c556 (patch) | |
tree | 5dbd596404f58b9e29250b845da6d94ad221d25a /games | |
parent | 40c7a4a0b4208634d5c9e765a80592db59e9b116 (diff) | |
download | ports-5f82b6d00b0f4b05afd4c32b9e1f7a8eb165c556.tar.gz ports-5f82b6d00b0f4b05afd4c32b9e1f7a8eb165c556.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/pentix/Makefile | 19 | ||||
-rw-r--r-- | games/pentix/distinfo | 2 | ||||
-rw-r--r-- | games/pentix/files/patch-aa | 35 | ||||
-rw-r--r-- | games/pentix/pkg-descr | 16 | ||||
-rw-r--r-- | games/pentix/pkg-plist | 6 |
6 files changed, 0 insertions, 79 deletions
diff --git a/games/Makefile b/games/Makefile index 28e53b383a62..5cd1212401ed 100644 --- a/games/Makefile +++ b/games/Makefile @@ -683,7 +683,6 @@ SUBDIR += pengpong SUBDIR += penguin-command SUBDIR += pengupop - SUBDIR += pentix SUBDIR += phalanx SUBDIR += phlipple SUBDIR += pinball diff --git a/games/pentix/Makefile b/games/pentix/Makefile deleted file mode 100644 index 99238308857e..000000000000 --- a/games/pentix/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: andy -# $FreeBSD$ - -PORTNAME= pentix -PORTVERSION= 2.4 -CATEGORIES= games -MASTER_SITES= http://www.sympad.net/~andy/pentix/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= This is a game of pentix for terminals - -DEPRECATED= No more upstream, no more public distfiles -EXPIRATION_DATE= 2013-02-27 - -ALL_TARGET= pentix - -MAN1= pentix.1 - -.include <bsd.port.mk> diff --git a/games/pentix/distinfo b/games/pentix/distinfo deleted file mode 100644 index 05593a05bb3e..000000000000 --- a/games/pentix/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pentix-2.4.tar.gz) = b6d8de634990112074cfd0252f3f4ab17bdcdcacf833d34fd184e560915756d6 -SIZE (pentix-2.4.tar.gz) = 14180 diff --git a/games/pentix/files/patch-aa b/games/pentix/files/patch-aa deleted file mode 100644 index 315105348f72..000000000000 --- a/games/pentix/files/patch-aa +++ /dev/null @@ -1,35 +0,0 @@ ---- Makefile.orig Sat Sep 23 14:14:43 2000 -+++ Makefile Sun Oct 19 02:22:03 2003 -@@ -1,12 +1,12 @@ - # pentix make file - --CC = cc --CFLAGS = -O2 -Wall -+CC ?= cc -+CFLAGS ?= -O -pipe - LFLAGS = -lncurses - --BINDIR = /usr/local/bin --DATDIR = /usr/local/share/games/pentix --MANDIR = /usr/local/man/man1 -+BINDIR = ${PREFIX}/bin -+DATDIR = ${PREFIX}/share/games/pentix -+MANDIR = ${PREFIX}/man/man1 - - PROG = pentix - DATA = pentix.qtn pentix.res readme.txt -@@ -23,10 +23,10 @@ - all: $(INSTALL) - - install: $(PROG) -- install -c -s -o bin -g bin -m 755 $(PROG) $(BINDIR) -- install -d -o bin -g bin -m 755 $(DATDIR) -- install -c -o bin -g bin -m 666 $(DATA) $(DATDIR) -- install -c -o bin -g bin -m 644 $(MAN1) $(MANDIR) -+ install -c -s -o root -g games -m 2755 $(PROG) $(BINDIR) -+ install -d -o root -g games -m 755 $(DATDIR) -+ install -c -o root -g games -m 664 $(DATA) $(DATDIR) -+ install -c -o root -g games -m 644 $(MAN1) $(MANDIR) - - # Cleanup procedure - clean: diff --git a/games/pentix/pkg-descr b/games/pentix/pkg-descr deleted file mode 100644 index 8d72473ff12e..000000000000 --- a/games/pentix/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -This is a game of pentix for terminals - -pentix is one of the various flavours of good old tetris. -however, pentix surpassed its famous parent in playbility - -this version of pentix is based on the original msdos version of -pentix by Marta & Adrian Soncodi (C) 1986 ICE/APP -which is considered standard of pentix - -I've tried to keep this port and the original version as alike as possible -in all relevant respects - -Play Pentix! - -Andrey Tchoritch <andy@sympad.net> -http://www.sympad.net/~andy/pentix diff --git a/games/pentix/pkg-plist b/games/pentix/pkg-plist deleted file mode 100644 index 4005cb02b851..000000000000 --- a/games/pentix/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/pentix -share/games/pentix/pentix.qtn -share/games/pentix/pentix.res -share/games/pentix/readme.txt -@dirrm share/games/pentix -@dirrm share/games |