diff options
author | jeh <jeh@FreeBSD.org> | 2000-10-10 03:44:52 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2000-10-10 03:44:52 +0000 |
commit | 6159aaba0532c1c271f31cd79e58e226c295a26a (patch) | |
tree | fa816dc4bc0ea7a368151f0fa8449a488308cdd6 | |
parent | 5d0b2a40cc6140424505b198b7f5fa323278157c (diff) | |
download | FreeBSD-ports-6159aaba0532c1c271f31cd79e58e226c295a26a.zip FreeBSD-ports-6159aaba0532c1c271f31cd79e58e226c295a26a.tar.gz |
Initial import of games/pentix v2.4
Modified the port to respect ${PREFIX}
PR: 21868
Submitted by: Andrey Tchoritch <andy@venus.sympad.net>
-rw-r--r-- | games/pentix/Makefile | 19 | ||||
-rw-r--r-- | games/pentix/distinfo | 1 | ||||
-rw-r--r-- | games/pentix/files/patch-aa | 15 | ||||
-rw-r--r-- | games/pentix/pkg-comment | 1 | ||||
-rw-r--r-- | games/pentix/pkg-descr | 16 | ||||
-rw-r--r-- | games/pentix/pkg-plist | 5 |
6 files changed, 57 insertions, 0 deletions
diff --git a/games/pentix/Makefile b/games/pentix/Makefile new file mode 100644 index 0000000..47a7c2c --- /dev/null +++ b/games/pentix/Makefile @@ -0,0 +1,19 @@ +# Ports collection makefile for: pentix +# Date created: 19 Sep 2000 +# Whom: andy +# +# $FreeBSD$ +# + +PORTNAME= pentix +PORTVERSION= 2.4 +CATEGORIES= games +MASTER_SITES= http://www.sympad.net/~andy/pentix/ + +MAINTAINER= andy@sympad.net + +ALL_TARGET= pentix + +MAN1= pentix.1 + +.include <bsd.port.mk> diff --git a/games/pentix/distinfo b/games/pentix/distinfo new file mode 100644 index 0000000..0b9c36d --- /dev/null +++ b/games/pentix/distinfo @@ -0,0 +1 @@ +MD5 (pentix-2.4.tar.gz) = 1e92e95ddfe8507909779f1a4cb3e476 diff --git a/games/pentix/files/patch-aa b/games/pentix/files/patch-aa new file mode 100644 index 0000000..1d87730 --- /dev/null +++ b/games/pentix/files/patch-aa @@ -0,0 +1,15 @@ +--- Makefile.orig Sat Sep 23 17:14:43 2000 ++++ Makefile Mon Oct 9 23:35:38 2000 +@@ -4,9 +4,9 @@ + CFLAGS = -O2 -Wall + 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 diff --git a/games/pentix/pkg-comment b/games/pentix/pkg-comment new file mode 100644 index 0000000..754b9e5 --- /dev/null +++ b/games/pentix/pkg-comment @@ -0,0 +1 @@ +This is a game of pentix for terminals diff --git a/games/pentix/pkg-descr b/games/pentix/pkg-descr new file mode 100644 index 0000000..8d72473 --- /dev/null +++ b/games/pentix/pkg-descr @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..4c93ca0 --- /dev/null +++ b/games/pentix/pkg-plist @@ -0,0 +1,5 @@ +bin/pentix +share/games/pentix/pentix.qtn +share/games/pentix/pentix.res +share/games/pentix/readme.txt +@dirrm share/games/pentix |