Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Apr 1999 18:36:16 +1000 (EST)
From:      jim@phrantic.phear.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11400: new port: wmtictactoe-0.4
Message-ID:  <199904300836.SAA68670@blues.ghis.net>

next in thread | raw e-mail | index | archive | help

>Number:         11400
>Category:       ports
>Synopsis:       new port: wmtictactoe-0.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 30 01:40:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Jim Mock
>Release:        FreeBSD 3.1-RELEASE i386
>Organization:
>Environment:

	

>Description:

New port of wmtictactoe.  Tic-Tac-Toe in a dockapp.

>How-To-Repeat:

	

>Fix:
	
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	wmtictactoe
#	wmtictactoe/patches
#	wmtictactoe/patches/patch-aa
#	wmtictactoe/Makefile
#	wmtictactoe/files
#	wmtictactoe/files/md5
#	wmtictactoe/pkg
#	wmtictactoe/pkg/PLIST
#	wmtictactoe/pkg/DESCR
#	wmtictactoe/pkg/COMMENT
#
echo c - wmtictactoe
mkdir -p wmtictactoe > /dev/null 2>&1
echo c - wmtictactoe/patches
mkdir -p wmtictactoe/patches > /dev/null 2>&1
echo x - wmtictactoe/patches/patch-aa
sed 's/^X//' >wmtictactoe/patches/patch-aa << 'END-of-wmtictactoe/patches/patch-aa'
X--- Makefile.orig	Wed Apr 28 19:57:46 1999
X+++ Makefile	Wed Apr 28 20:13:14 1999
X@@ -1,9 +1,10 @@
X+INCLUDES = -I/usr/X11R6/include
X LIBDIR = -L/usr/X11R6/lib
X LIBS   = -lXpm -lXext -lX11
X OBJS =  wmtictactoe.o ../wmgeneral/wmgeneral.o
X 
X .c.o:
X-	cc -c -g -O2 -Wall $< -o $*.o
X+	cc -c -g -O2 -Wall $(INCLUDES) $< -o $*.o
X 
X all: wmtictactoe
X 
X@@ -17,5 +18,4 @@
X 	rm wmtictactoe
X 
X install:
X-	/usr/bin/install -c -o 0 -g 0 -s -m 755 wmtictactoe /usr/local/bin/wmtictactoe
X-
X+	/usr/bin/install -c -o 0 -g 0 -s -m 755 wmtictactoe /usr/X11R6/bin/wmtictactoe
END-of-wmtictactoe/patches/patch-aa
echo x - wmtictactoe/Makefile
sed 's/^X//' >wmtictactoe/Makefile << 'END-of-wmtictactoe/Makefile'
X# New ports collection makefile for:	wmtictactoe
X# Version required:		0.4
X# Date created:			28 Apr 1999
X# Whom:				Jim Mock <jim@phrantic.phear.net>
X#
X# $Id$
X#
X
XDISTNAME=	wmtictactoe-0.4
XCATEGORIES=	games windowmaker afterstep
XMASTER_SITES=	http://atlas.ucpel.tche.br/~acamargo/
X
XMAINTAINER=	jim@phrantic.phear.net
X
XLIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm
X
XUSE_GMAKE=	yes
XWRKSRC=		${WRKDIR}/wmtictactoe.app/wmtictactoe
XUSE_X_PREFIX=	yes
X
Xpost-install:
X	@${ECHO} "		"
X	@${ECHO} "-------------------------------------------------------"
X	@${ECHO} "===> Run 'wmtictactoe --help' for the available options"
X	@${ECHO} "-------------------------------------------------------"
X	@${ECHO} "		"
X
X.include <bsd.port.mk>
END-of-wmtictactoe/Makefile
echo c - wmtictactoe/files
mkdir -p wmtictactoe/files > /dev/null 2>&1
echo x - wmtictactoe/files/md5
sed 's/^X//' >wmtictactoe/files/md5 << 'END-of-wmtictactoe/files/md5'
XMD5 (wmtictactoe-0.4.tar.gz) = dd96623a1748f50d62cc7c94deacdfea
END-of-wmtictactoe/files/md5
echo c - wmtictactoe/pkg
mkdir -p wmtictactoe/pkg > /dev/null 2>&1
echo x - wmtictactoe/pkg/PLIST
sed 's/^X//' >wmtictactoe/pkg/PLIST << 'END-of-wmtictactoe/pkg/PLIST'
Xbin/wmtictactoe
END-of-wmtictactoe/pkg/PLIST
echo x - wmtictactoe/pkg/DESCR
sed 's/^X//' >wmtictactoe/pkg/DESCR << 'END-of-wmtictactoe/pkg/DESCR'
XYet another app for the Window Maker dock or AfterStep Wharf.
XwmTicTacToe is exactly what it sounds like.. Tic-Tac-Toe in a dock
Xapp.
X
XWWW Homepage: http://atlas.ucpel.tche.br/~acamargo/
X
X- Jim <jim@phrantic.phear.net>
END-of-wmtictactoe/pkg/DESCR
echo x - wmtictactoe/pkg/COMMENT
sed 's/^X//' >wmtictactoe/pkg/COMMENT << 'END-of-wmtictactoe/pkg/COMMENT'
XwmTicTacToe is a dock application game for the Window Maker dock.
END-of-wmtictactoe/pkg/COMMENT
exit

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904300836.SAA68670>