3.16.1: * Updated symbolic icon 3.16.0: * Port to GResource for UI and CSS * Minor menu tweaks * Translations: ** bs (Samir Ribic) ** da (Joe Hansen) ** fi (Jiri Gronroos) ** fur (Fabio Tomat) ** gl (Fran Dieguez) ** it (Milo Casagrande) ** ko (Changwoo Ryu) ** lt (Aurimas Cernius) ** lv (Rudofls Mazurs) ** pt_BR (Enrico Nicoletto) ** sr (######## #######) ** tr (Muhammet Kara) ** uk (Daniel Korostil)
25 lines
786 B
Makefile
25 lines
786 B
Makefile
# $NetBSD: Makefile,v 1.5 2015/06/17 19:13:57 prlw1 Exp $
|
|
|
|
DISTNAME= hitori-3.16.1
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/hitori/${PKGVERSION_NOREV:R}/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= prlw1@cam.ac.uk
|
|
HOMEPAGE= https://wiki.gnome.org/Apps/Hitori
|
|
COMMENT= Logic game similar to Sudoku
|
|
LICENSE= gnu-gpl-v3 AND cc-by-sa-v3.0
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS= gmake intltool msgfmt pkg-config
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
|
|
|
|
.include "../../devel/glib2/schemas.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.15.0
|
|
.include "../../x11/gtk3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|