diff options
author | steve <steve@FreeBSD.org> | 1999-05-03 04:31:15 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-03 04:31:15 +0000 |
commit | de1b45194d4ee69ea717d70ea366cb2e4f631d4b (patch) | |
tree | 2f04341e759491899e088d3f919f8619986875da | |
parent | 42da74fd7f06b6a6077f15887b4661b4a73415a0 (diff) | |
download | FreeBSD-ports-de1b45194d4ee69ea717d70ea366cb2e4f631d4b.zip FreeBSD-ports-de1b45194d4ee69ea717d70ea366cb2e4f631d4b.tar.gz |
Initial import of wmtictactoe version 0.4.
A dockable TicTacToe game for WindowMaker and AfterStep.
PR: 11400
Submitted by: Jim Mock <jim@phrantic.phear.net>
-rw-r--r-- | games/wmtictactoe/Makefile | 28 | ||||
-rw-r--r-- | games/wmtictactoe/distinfo | 1 | ||||
-rw-r--r-- | games/wmtictactoe/files/patch-aa | 22 | ||||
-rw-r--r-- | games/wmtictactoe/pkg-comment | 1 | ||||
-rw-r--r-- | games/wmtictactoe/pkg-descr | 7 | ||||
-rw-r--r-- | games/wmtictactoe/pkg-plist | 1 |
6 files changed, 60 insertions, 0 deletions
diff --git a/games/wmtictactoe/Makefile b/games/wmtictactoe/Makefile new file mode 100644 index 0000000..554d05c --- /dev/null +++ b/games/wmtictactoe/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: wmtictactoe +# Version required: 0.4 +# Date created: 28 Apr 1999 +# Whom: Jim Mock <jim@phrantic.phear.net> +# +# $Id$ +# + +DISTNAME= wmtictactoe-0.4 +CATEGORIES= games windowmaker afterstep +MASTER_SITES= http://atlas.ucpel.tche.br/~acamargo/ + +MAINTAINER= jim@phrantic.phear.net + +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + +USE_GMAKE= yes +WRKSRC= ${WRKDIR}/wmtictactoe.app/wmtictactoe +USE_X_PREFIX= yes + +post-install: + @${ECHO} " " + @${ECHO} "-------------------------------------------------------" + @${ECHO} "===> Run 'wmtictactoe --help' for the available options" + @${ECHO} "-------------------------------------------------------" + @${ECHO} " " + +.include <bsd.port.mk> diff --git a/games/wmtictactoe/distinfo b/games/wmtictactoe/distinfo new file mode 100644 index 0000000..ee721ad --- /dev/null +++ b/games/wmtictactoe/distinfo @@ -0,0 +1 @@ +MD5 (wmtictactoe-0.4.tar.gz) = dd96623a1748f50d62cc7c94deacdfea diff --git a/games/wmtictactoe/files/patch-aa b/games/wmtictactoe/files/patch-aa new file mode 100644 index 0000000..64085be --- /dev/null +++ b/games/wmtictactoe/files/patch-aa @@ -0,0 +1,22 @@ +--- Makefile.orig Mon Mar 29 09:41:40 1999 ++++ Makefile Sat May 1 21:48:22 1999 +@@ -1,9 +1,10 @@ +-LIBDIR = -L/usr/X11R6/lib ++INCLUDES = -I${X11BASE}/include ++LIBDIR = -L${X11BASE}/lib + LIBS = -lXpm -lXext -lX11 + OBJS = wmtictactoe.o ../wmgeneral/wmgeneral.o + + .c.o: +- cc -c -g -O2 -Wall $< -o $*.o ++ cc -c -g -O2 -Wall $(INCLUDES) $< -o $*.o + + all: wmtictactoe + +@@ -17,5 +18,4 @@ + rm wmtictactoe + + install: +- /usr/bin/install -c -o 0 -g 0 -s -m 755 wmtictactoe /usr/local/bin/wmtictactoe +- ++ /usr/bin/install -c -o 0 -g 0 -s -m 755 wmtictactoe ${PREFIX}/bin/wmtictactoe diff --git a/games/wmtictactoe/pkg-comment b/games/wmtictactoe/pkg-comment new file mode 100644 index 0000000..bab0823 --- /dev/null +++ b/games/wmtictactoe/pkg-comment @@ -0,0 +1 @@ +A dockable TicTacToe game for WindowMaker and AfterStep. diff --git a/games/wmtictactoe/pkg-descr b/games/wmtictactoe/pkg-descr new file mode 100644 index 0000000..a13e03a --- /dev/null +++ b/games/wmtictactoe/pkg-descr @@ -0,0 +1,7 @@ +Yet another app for the Window Maker dock or AfterStep Wharf. +wmTicTacToe is exactly what it sounds like.. Tic-Tac-Toe in a dock +app. + +WWW Homepage: http://atlas.ucpel.tche.br/~acamargo/ + +- Jim <jim@phrantic.phear.net> diff --git a/games/wmtictactoe/pkg-plist b/games/wmtictactoe/pkg-plist new file mode 100644 index 0000000..66a24b9 --- /dev/null +++ b/games/wmtictactoe/pkg-plist @@ -0,0 +1 @@ +bin/wmtictactoe |