2017-11-23 18:19:40 +01:00
|
|
|
# $NetBSD: Makefile,v 1.84 2017/11/23 17:19:55 wiz Exp $
|
2002-12-12 13:13:34 +01:00
|
|
|
#
|
|
|
|
|
Updated gtetrinet to 0.7.11.
GTetrinet 0.7.11 - 2006-11-15
- Fix a long-standing hang/crash when executing GTetrinet for
the first time (Loïc Minier, #114425).
- Remember game mode setting (Lucas Nussbaum, #344522).
- Fix compilation without libesd (Ricardo Setti, #312995).
- Fix a crash on NetBSD/Sparc64 (#338712).
- New and updated translations: Nepali (Pawan Chitrakar),
Catalan (Jordi Mallach), Welsh (Dafydd Harries), Dutch (Wouter Bolsterlee),
Swedish (Daniel Nylander).
GTetrinet 0.7.10 - 2006-09-02
- SECURITY RELEASE -- Ref. CVE-2006-3125
- Add index undeflow protections in network code.
- Require GTK+ 2.6.0.
- Fixed manpage typos.
- Require new intltool and move ALL_LINGUAS to po/LINGUAS.
- New and updated translations: Bulgarian (Alexander Shopov),
Basque (Iñaki Larrañaga), Traditional Chinese (Abel Cheung),
German (Jens Seidel), Nepali (Pawal Chitrakar), Finnish (Ilkka Tuohela),
Vietnamese (Clytie Siddall).
GTetrinet 0.7.9 - 2005-04-29
- Revamped encoding of data handling, fixing the output in partyline, etc.
when using UTF-8 locales (Vidar Holen).
- Ported to use GtkAboutDialog (Pedro Villavicencio Garrido).
- Fixed network latency issues (Julien Plissonneau Duquène).
- Fixed crashes in the channel list support (Julien Plissonneau Duquène).
- New and updated translations: Traditional Chinese (GNOME HK Team),
Canadian English (Adam Weinberger), Norwegian bokmål (Vidar Holen),
Bulgarian (Yavor Doganov), Kinyarwanda (Steve Murphy).
GTetrinet 0.7.8 - 2004-12-26
- Added minimal support for the Blocktrix protocol, now in use at
tetrinet.org (Loren Abrams).
- New and updated translations: Italian (Riccardo Bozzo),
German (Gerfried Fuchs), Korean (Michael Kim),
Canadian English (Adam Weinberger), Serbian (Danilo Šegan),
Punjabi (Amanpreet Singh Alam), Norwegian bokmål (Kjartan Maraas),
Simplified Chinese (Funda Wang).
2007-01-06 20:42:06 +01:00
|
|
|
DISTNAME= gtetrinet-0.7.11
|
2017-11-23 18:19:40 +01:00
|
|
|
PKGREVISION= 42
|
2002-12-12 13:13:34 +01:00
|
|
|
CATEGORIES= games gnome
|
2003-05-27 17:44:12 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtetrinet/0.7/}
|
2002-12-12 13:13:34 +01:00
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2002-12-12 13:13:34 +01:00
|
|
|
HOMEPAGE= http://gtetrinet.sourceforge.net/
|
2003-05-27 17:44:12 +02:00
|
|
|
COMMENT= Multiplayer tetris game for GNOME2
|
2002-12-12 13:13:34 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
2006-07-05 07:37:39 +02:00
|
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
2002-12-12 13:13:34 +01:00
|
|
|
USE_PKGLOCALEDIR= YES
|
|
|
|
|
Updated gtetrinet to 0.7.11.
GTetrinet 0.7.11 - 2006-11-15
- Fix a long-standing hang/crash when executing GTetrinet for
the first time (Loïc Minier, #114425).
- Remember game mode setting (Lucas Nussbaum, #344522).
- Fix compilation without libesd (Ricardo Setti, #312995).
- Fix a crash on NetBSD/Sparc64 (#338712).
- New and updated translations: Nepali (Pawan Chitrakar),
Catalan (Jordi Mallach), Welsh (Dafydd Harries), Dutch (Wouter Bolsterlee),
Swedish (Daniel Nylander).
GTetrinet 0.7.10 - 2006-09-02
- SECURITY RELEASE -- Ref. CVE-2006-3125
- Add index undeflow protections in network code.
- Require GTK+ 2.6.0.
- Fixed manpage typos.
- Require new intltool and move ALL_LINGUAS to po/LINGUAS.
- New and updated translations: Bulgarian (Alexander Shopov),
Basque (Iñaki Larrañaga), Traditional Chinese (Abel Cheung),
German (Jens Seidel), Nepali (Pawal Chitrakar), Finnish (Ilkka Tuohela),
Vietnamese (Clytie Siddall).
GTetrinet 0.7.9 - 2005-04-29
- Revamped encoding of data handling, fixing the output in partyline, etc.
when using UTF-8 locales (Vidar Holen).
- Ported to use GtkAboutDialog (Pedro Villavicencio Garrido).
- Fixed network latency issues (Julien Plissonneau Duquène).
- Fixed crashes in the channel list support (Julien Plissonneau Duquène).
- New and updated translations: Traditional Chinese (GNOME HK Team),
Canadian English (Adam Weinberger), Norwegian bokmål (Vidar Holen),
Bulgarian (Yavor Doganov), Kinyarwanda (Steve Murphy).
GTetrinet 0.7.8 - 2004-12-26
- Added minimal support for the Blocktrix protocol, now in use at
tetrinet.org (Loren Abrams).
- New and updated translations: Italian (Riccardo Bozzo),
German (Gerfried Fuchs), Korean (Michael Kim),
Canadian English (Adam Weinberger), Serbian (Danilo Šegan),
Punjabi (Amanpreet Singh Alam), Norwegian bokmål (Kjartan Maraas),
Simplified Chinese (Funda Wang).
2007-01-06 20:42:06 +01:00
|
|
|
MAKE_FLAGS+= gamesdir=${PREFIX}/bin
|
|
|
|
MAKE_FLAGS+= schemadir=${PREFIX}/share/gconf/schemas
|
2004-06-08 14:23:59 +02:00
|
|
|
|
2007-09-08 00:12:10 +02:00
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.gtetrinet
|
|
|
|
PKG_SUPPORTED_OPTIONS= inet6
|
2012-06-12 17:45:54 +02:00
|
|
|
PKG_SUGGESTED_OPTIONS= inet6
|
2002-12-12 13:13:34 +01:00
|
|
|
|
2007-09-08 00:12:10 +02:00
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
|
|
|
|
.if !empty(PKG_OPTIONS:Minet6)
|
2002-12-12 13:13:34 +01:00
|
|
|
CONFIGURE_ARGS+= --enable-ipv6
|
|
|
|
.endif
|
|
|
|
|
2007-09-21 15:03:25 +02:00
|
|
|
GCONF_SCHEMAS= gtetrinet.schemas
|
2003-05-27 17:44:12 +02:00
|
|
|
|
2013-12-10 15:08:53 +01:00
|
|
|
LDFLAGS.SunOS+= -lsocket -lnsl
|
|
|
|
|
2004-02-20 15:38:49 +01:00
|
|
|
.include "../../audio/esound/buildlink3.mk"
|
2007-09-21 15:03:25 +02:00
|
|
|
.include "../../devel/GConf/schemas.mk"
|
2004-02-20 15:38:49 +01:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
|
|
.include "../../devel/libgnome/buildlink3.mk"
|
|
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
2012-07-01 21:05:10 +02:00
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
2002-12-12 13:13:34 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|