mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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/
This commit is contained in:
parent
2f5188f16a
commit
9ba940b1fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185453
@ -275,6 +275,7 @@
|
||||
SUBDIR += gnomememoryblocks
|
||||
SUBDIR += gnomermind
|
||||
SUBDIR += gnomesudoku
|
||||
SUBDIR += gnono
|
||||
SUBDIR += gnubg
|
||||
SUBDIR += gnuchess
|
||||
SUBDIR += gnudoku
|
||||
|
28
games/gnono/Makefile
Normal file
28
games/gnono/Makefile
Normal file
@ -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>
|
3
games/gnono/distinfo
Normal file
3
games/gnono/distinfo
Normal file
@ -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
|
6
games/gnono/pkg-descr
Normal file
6
games/gnono/pkg-descr
Normal file
@ -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/
|
22
games/gnono/pkg-plist
Normal file
22
games/gnono/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user