Version 1.50 * 11 new logic games, 4 new calculation trainers, 13 verbal analogies * Usability enhancements from Alexandre Laplante and Jeff Stewart, students from University of Ottawa * Unit testing for the gbrainy.Core * Ability to define external logic puzzles using an xml file (games.xml) * Command line support * 7 bug fixes
38 lines
1.1 KiB
Makefile
38 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.27 2010/08/16 13:22:18 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gbrainy-1.50
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://gent.softcatala.org/jmas/gbrainy/
|
|
|
|
MAINTAINER= wiz@NetBSD.org
|
|
HOMEPAGE= http://live.gnome.org/gbrainy
|
|
COMMENT= Brain teaser game and trainer
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c
|
|
USE_TOOLS+= gmake intltool pkg-config bash:run msgfmt
|
|
|
|
BUILDLINK_API_DEPENDS.cairo+= cairo>=1.2.0
|
|
|
|
REPLACE_BASH= src/Clients/Classical/gbrainy.in
|
|
PKGCONFIG_OVERRIDE= data/gbrainy.pc.in
|
|
|
|
.include "../../devel/mono-addins/buildlink3.mk"
|
|
.include "../../graphics/cairo/buildlink3.mk"
|
|
.include "../../graphics/librsvg/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../lang/mono/buildlink3.mk"
|
|
.include "../../devel/libgnome/buildlink3.mk"
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
|
|
.include "../../x11/gnome-sharp/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../x11/gtk-sharp/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|