Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Dec 1999 06:45:34 -0500 (EST)
From:      Will Andrews <andrews@technologist.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/15801: new port: games/gno3dtet
Message-ID:  <199912311145.GAA36808@argon.blackdawn.com>

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

>Number:         15801
>Category:       ports
>Synopsis:       new port: games/gno3dtet
>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 Dec 31 03:50:04 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Will Andrews
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
none
>Environment:

FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Nov 30 10:14:31 EST 1999     root@argon.blackdawn.com:/usr/src/sys/compile/ARGON  i386

>Description:

gno3dtet. Another GNOME game.

>How-To-Repeat:

Use the shar below to commit the port to the tree.

>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:
#
#	gno3dtet
#	gno3dtet/files
#	gno3dtet/files/md5
#	gno3dtet/pkg
#	gno3dtet/pkg/COMMENT
#	gno3dtet/pkg/DESCR
#	gno3dtet/pkg/PLIST
#	gno3dtet/patches
#	gno3dtet/patches/patch-aa
#	gno3dtet/Makefile
#
echo c - gno3dtet
mkdir -p gno3dtet > /dev/null 2>&1
echo c - gno3dtet/files
mkdir -p gno3dtet/files > /dev/null 2>&1
echo x - gno3dtet/files/md5
sed 's/^X//' >gno3dtet/files/md5 << 'END-of-gno3dtet/files/md5'
XMD5 (gno3dtet-0.3.2.tgz) = aa78e882feb52569fb44aa93983d0796
END-of-gno3dtet/files/md5
echo c - gno3dtet/pkg
mkdir -p gno3dtet/pkg > /dev/null 2>&1
echo x - gno3dtet/pkg/COMMENT
sed 's/^X//' >gno3dtet/pkg/COMMENT << 'END-of-gno3dtet/pkg/COMMENT'
XGNOME version of the classic 3D-ified T*tris.
END-of-gno3dtet/pkg/COMMENT
echo x - gno3dtet/pkg/DESCR
sed 's/^X//' >gno3dtet/pkg/DESCR << 'END-of-gno3dtet/pkg/DESCR'
XGno3DTet is a funky 3D-ified version of T*tris
Xthat reminds me of games I used to play 10 years
Xago. It'll make for hours of fun if you learn
Xhow to move the pieces around right.
X
XWWW: http://webdat.com/seb
XAuthor: Sebastien Nicoud <snicoud@rmi.net>
X
X--Will <andrews@technologist.com>
END-of-gno3dtet/pkg/DESCR
echo x - gno3dtet/pkg/PLIST
sed 's/^X//' >gno3dtet/pkg/PLIST << 'END-of-gno3dtet/pkg/PLIST'
Xbin/gno3dtet
Xshare/gnome/apps/Games/gno3dtet.desktop
Xshare/gnome/help/gno3dtet/C/topic.dat
Xshare/gnome/help/gno3dtet/C/gno3dtet.html
Xshare/gnome/help/gno3dtet/C/copying.html
Xshare/pixmaps/gno3dtet.png
Xvar/games/gno3dtet.hof
X@dirrm share/gnome/help/gno3dtet/C
X@dirrm share/gnome/help/gno3dtet
END-of-gno3dtet/pkg/PLIST
echo c - gno3dtet/patches
mkdir -p gno3dtet/patches > /dev/null 2>&1
echo x - gno3dtet/patches/patch-aa
sed 's/^X//' >gno3dtet/patches/patch-aa << 'END-of-gno3dtet/patches/patch-aa'
X--- configure	Mon Nov  8 14:06:35 1999
X+++ configure.new	Sun Dec 19 19:35:39 1999
X@@ -896,7 +896,7 @@
X 	        		want_gnome=yes
X 	    			LDFLAGS="$LDFLAGS -L$withval/lib"
X 	    			CFLAGS="$CFLAGS -I$withval/include"
X-	    			gnome_prefix=$withval/lib
X+	    			gnome_prefix=$withval
X 	    		fi
X   		fi
X else
X@@ -1114,9 +1114,9 @@
X 
X 	    if test x$exec_prefix = xNONE; then
X 	        if test x$prefix = xNONE; then
X-		    gnome_prefix=$ac_default_prefix/lib
X+		    gnome_prefix=$ac_default_prefix
X 	        else
X- 		    gnome_prefix=$prefix/lib
X+ 		    gnome_prefix=$prefix
X 	        fi
X 	    else
X 	        gnome_prefix=`eval echo \`echo $libdir\``
X@@ -1125,11 +1125,11 @@
X 	    if test "$no_gnome_config" = "yes"; then
X               echo $ac_n "checking for gnomeConf.sh file in $gnome_prefix""... $ac_c" 1>&6
X echo "configure:1128: checking for gnomeConf.sh file in $gnome_prefix" >&5
X-	      if test -f $gnome_prefix/gnomeConf.sh; then
X+	      if test -f $gnome_prefix/etc/gnomeConf.sh; then
X 	        echo "$ac_t""found" 1>&6
X 	        echo "loading gnome configuration from" \
X-		     "$gnome_prefix/gnomeConf.sh"
X-	        . $gnome_prefix/gnomeConf.sh
X+		     "$gnome_prefix/etc/gnomeConf.sh"
X+	        . $gnome_prefix/etc/gnomeConf.sh
X 	        
X 	      else
X 	        echo "$ac_t""not found" 1>&6
X@@ -2654,15 +2654,9 @@
X 
X   if test x$gtk_config_exec_prefix != x ; then
X      gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
X-     if test x${GTK_CONFIG+set} != xset ; then
X-        GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
X-     fi
X   fi
X   if test x$gtk_config_prefix != x ; then
X      gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
X-     if test x${GTK_CONFIG+set} != xset ; then
X-        GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
X-     fi
X   fi
X 
X   # Extract the first word of "gtk-config", so it can be a program name with args.
END-of-gno3dtet/patches/patch-aa
echo x - gno3dtet/Makefile
sed 's/^X//' >gno3dtet/Makefile << 'END-of-gno3dtet/Makefile'
X# New ports collection makefile for:	gno3dtet
X# Version required:	0.3.2
X# Date created:		21 Dec 1999
X# Whom:			Will Andrews <andrews@technologist.com>
X#
X# $FreeBSD$
X#
X
XDISTNAME=	gno3dtet-0.3.2
XCATEGORIES=	games
XMASTER_SITES=	ftp://webdat.com/pub/seb/gno3dtet/
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	andrews@technologist.com
X
XGNOME_CONFIG?=	${X11BASE}/bin/gnome-config
XGTK_CONFIG?=	${X11BASE}/bin/gtk12-config
XGNU_CONFIGURE=	yes
XCONFIGURE_ENV=	GNOME_CONFIG=${GNOME_CONFIG} GTK_CONFIG=${GTK_CONFIG}
XCONFIGURE_ARGS+=--prefix=${PREFIX}
XUSE_X_PREFIX=	yes
XUSE_GMAKE=	yes
XWRKSRC=		${WRKDIR}/gno3dtet
X
Xpre-configure:
X	@${RM} -rf ${WRKSRC}/config.cache
X
X.include <bsd.port.mk>
END-of-gno3dtet/Makefile
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?199912311145.GAA36808>