diff options
author | sat <sat@FreeBSD.org> | 2007-02-19 00:30:38 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-02-19 00:30:38 +0800 |
commit | 286070af655c273c4eb488f9ecc6af9e9dcafbf7 (patch) | |
tree | 867aff7095a251f3f6a7f558bfc72015565b74a4 /games | |
parent | 7639f493ea2bba894ba70387580dc31d6798cf91 (diff) | |
download | freebsd-ports-gnome-286070af655c273c4eb488f9ecc6af9e9dcafbf7.tar.gz freebsd-ports-gnome-286070af655c273c4eb488f9ecc6af9e9dcafbf7.tar.zst freebsd-ports-gnome-286070af655c273c4eb488f9ecc6af9e9dcafbf7.zip |
Add port games/gnono:
Gnono is a rewrite for GNOME, under the GPL license, of the Windows
card game WUNO. The objective of this classic game is to discard all
of one's cards before the opponent does, by matching the value or
color of the top discard (or playing a wild card).
WWW: http://sourceforge.net/projects/gnono/
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/gnono/Makefile | 28 | ||||
-rw-r--r-- | games/gnono/distinfo | 3 | ||||
-rw-r--r-- | games/gnono/pkg-descr | 6 | ||||
-rw-r--r-- | games/gnono/pkg-plist | 22 |
5 files changed, 60 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 52b2ffee20c8..3952b9219b6e 100644 --- a/games/Makefile +++ b/games/Makefile @@ -275,6 +275,7 @@ SUBDIR += gnomememoryblocks SUBDIR += gnomermind SUBDIR += gnomesudoku + SUBDIR += gnono SUBDIR += gnubg SUBDIR += gnuchess SUBDIR += gnudoku diff --git a/games/gnono/Makefile b/games/gnono/Makefile new file mode 100644 index 000000000000..5edf508d7234 --- /dev/null +++ b/games/gnono/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: gnono +# Date created: 18 February 2007 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gnono +PORTVERSION= 1.9.1 +CATEGORIES= games +MASTER_SITES= SF + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Uno card game + +USE_BZIP2= yes +USE_GNOME= gtk20 libgnomeui +USE_GMAKE= yes +USE_GETTEXT= yes +INSTALLS_ICONS= yes +GNU_CONFIGURE= yes +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib +CONFIGURE_ARGS= --mandir=${MANPREFIX}/man +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +MAN6= ${PORTNAME}.6 + +.include <bsd.port.mk> diff --git a/games/gnono/distinfo b/games/gnono/distinfo new file mode 100644 index 000000000000..3545f8f680e3 --- /dev/null +++ b/games/gnono/distinfo @@ -0,0 +1,3 @@ +MD5 (gnono-1.9.1.tar.bz2) = b147fc2c4c7cea5ed16a31a0fba5c4d8 +SHA256 (gnono-1.9.1.tar.bz2) = 1fd8ddcd2da5333210046ae1d6e710b597193c6f550ae1c82f729a0473bde60c +SIZE (gnono-1.9.1.tar.bz2) = 421461 diff --git a/games/gnono/pkg-descr b/games/gnono/pkg-descr new file mode 100644 index 000000000000..701f54c31dff --- /dev/null +++ b/games/gnono/pkg-descr @@ -0,0 +1,6 @@ +Gnono is a rewrite for GNOME, under the GPL license, of the Windows +card game WUNO. The objective of this classic game is to discard all +of one's cards before the opponent does, by matching the value or +color of the top discard (or playing a wild card). + +WWW: http://sourceforge.net/projects/gnono/ diff --git a/games/gnono/pkg-plist b/games/gnono/pkg-plist new file mode 100644 index 000000000000..f737dc923028 --- /dev/null +++ b/games/gnono/pkg-plist @@ -0,0 +1,22 @@ +bin/gnono +share/icons/hicolor/16x16/apps/gnono.png +share/icons/hicolor/22x22/apps/gnono.png +share/icons/hicolor/24x24/apps/gnono.png +share/icons/hicolor/32x32/apps/gnono.png +share/icons/hicolor/48x48/apps/gnono.png +share/locale/de/LC_MESSAGES/gnono.mo +share/locale/fr/LC_MESSAGES/gnono.mo +share/locale/nl/LC_MESSAGES/gnono.mo +share/pixmaps/gnono-about.png +@dirrmtry share/icons/hicolor/16x16/apps +@dirrmtry share/icons/hicolor/16x16 +@dirrmtry share/icons/hicolor/22x22/apps +@dirrmtry share/icons/hicolor/22x22 +@dirrmtry share/icons/hicolor/24x24/apps +@dirrmtry share/icons/hicolor/24x24 +@dirrmtry share/icons/hicolor/32x32/apps +@dirrmtry share/icons/hicolor/32x32 +@dirrmtry share/icons/hicolor/48x48/apps +@dirrmtry share/icons/hicolor/48x48 +@dirrmtry share/icons/hicolor +@dirrmtry share/icons |