diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-01-02 22:23:42 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-01-02 22:23:42 +0800 |
commit | 646dfc2efa860014d657e79d2d6347b4975cc5b3 (patch) | |
tree | 745e261ae035ffddef43f8357aca3231363cdeb8 /games/gno3dtet | |
parent | 1647db4e84429d7ec0a034edd4c4dcd4520fac75 (diff) | |
download | freebsd-ports-gnome-646dfc2efa860014d657e79d2d6347b4975cc5b3.tar.gz freebsd-ports-gnome-646dfc2efa860014d657e79d2d6347b4975cc5b3.tar.zst freebsd-ports-gnome-646dfc2efa860014d657e79d2d6347b4975cc5b3.zip |
Gno3DTet is a funky 3D-ified version of T*tris for GNOME
PR: 15801
Submitted by: Will Andrews <andrews@technologist.com>
Diffstat (limited to 'games/gno3dtet')
-rw-r--r-- | games/gno3dtet/Makefile | 30 | ||||
-rw-r--r-- | games/gno3dtet/distinfo | 1 | ||||
-rw-r--r-- | games/gno3dtet/files/patch-af | 11 | ||||
-rw-r--r-- | games/gno3dtet/pkg-comment | 1 | ||||
-rw-r--r-- | games/gno3dtet/pkg-descr | 9 | ||||
-rw-r--r-- | games/gno3dtet/pkg-plist | 9 |
6 files changed, 61 insertions, 0 deletions
diff --git a/games/gno3dtet/Makefile b/games/gno3dtet/Makefile new file mode 100644 index 000000000000..bd40e19af3f3 --- /dev/null +++ b/games/gno3dtet/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: gno3dtet +# Version required: 0.3.2 +# Date created: 21 Dec 1999 +# Whom: Will Andrews <andrews@technologist.com> +# +# $FreeBSD$ +# + +DISTNAME= gno3dtet-0.3.2 +CATEGORIES= games +MASTER_SITES= ftp://webdat.com/pub/seb/gno3dtet/ +EXTRACT_SUFX= .tgz + +MAINTAINER= andrews@technologist.com + +LIB_DEPENDS= gnomeui.3:${PORTSDIR}/x11/gnomelibs + +GNOME_CONFIG?= ${X11BASE}/bin/gnome-config +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config +GNU_CONFIGURE= yes +CONFIGURE_ENV= GNOME_CONFIG=${GNOME_CONFIG} GTK_CONFIG=${GTK_CONFIG} +CONFIGURE_ARGS+=--prefix=${PREFIX} +USE_X_PREFIX= yes +USE_GMAKE= yes +WRKSRC= ${WRKDIR}/gno3dtet + +pre-configure: + @${RM} -f ${WRKSRC}/config.cache + +.include <bsd.port.mk> diff --git a/games/gno3dtet/distinfo b/games/gno3dtet/distinfo new file mode 100644 index 000000000000..c17966180f58 --- /dev/null +++ b/games/gno3dtet/distinfo @@ -0,0 +1 @@ +MD5 (gno3dtet-0.3.2.tgz) = aa78e882feb52569fb44aa93983d0796 diff --git a/games/gno3dtet/files/patch-af b/games/gno3dtet/files/patch-af new file mode 100644 index 000000000000..1097b49ebc87 --- /dev/null +++ b/games/gno3dtet/files/patch-af @@ -0,0 +1,11 @@ +--- gno3dtet/cwmain.cc.orig Wed Nov 17 18:07:46 1999 ++++ gno3dtet/cwmain.cc Sun Jan 2 08:57:42 2000 +@@ -136,7 +136,7 @@ + GNOMEUIINFO_END + }; + GnomeUIInfo help_menu[] = { +- GNOMEUIINFO_HELP(GNO3DTET_EXENAME), ++ GNOMEUIINFO_HELP((gchar *)GNO3DTET_EXENAME), + GNOMEUIINFO_ITEM(N_("Show License"),N_("Show GNU Public License"), + cb_menu_help_license_activate, NULL), + GNOMEUIINFO_MENU_ABOUT_ITEM(cb_menu_help_about_activate, this), diff --git a/games/gno3dtet/pkg-comment b/games/gno3dtet/pkg-comment new file mode 100644 index 000000000000..98e3865a8a39 --- /dev/null +++ b/games/gno3dtet/pkg-comment @@ -0,0 +1 @@ +GNOME version of the classic 3D-ified T*tris. diff --git a/games/gno3dtet/pkg-descr b/games/gno3dtet/pkg-descr new file mode 100644 index 000000000000..d851b4dccf91 --- /dev/null +++ b/games/gno3dtet/pkg-descr @@ -0,0 +1,9 @@ +Gno3DTet is a funky 3D-ified version of T*tris +that reminds me of games I used to play 10 years +ago. It'll make for hours of fun if you learn +how to move the pieces around right. + +WWW: http://webdat.com/seb +Author: Sebastien Nicoud <snicoud@rmi.net> + +--Will <andrews@technologist.com> diff --git a/games/gno3dtet/pkg-plist b/games/gno3dtet/pkg-plist new file mode 100644 index 000000000000..86f079a2148c --- /dev/null +++ b/games/gno3dtet/pkg-plist @@ -0,0 +1,9 @@ +bin/gno3dtet +share/gnome/apps/Games/gno3dtet.desktop +share/gnome/help/gno3dtet/C/topic.dat +share/gnome/help/gno3dtet/C/gno3dtet.html +share/gnome/help/gno3dtet/C/copying.html +share/pixmaps/gno3dtet.png +var/games/gno3dtet.hof +@dirrm share/gnome/help/gno3dtet/C +@dirrm share/gnome/help/gno3dtet |