Update games/gnome-sudoku to version 3.16.0
[dports.git] / games / gnome-sudoku / Makefile
1 # Created by: FreeBSD GNOME Team <gnome@freebsd.org>
2 # $FreeBSD$
3
4 PORTNAME=       gnome-sudoku
5 PORTVERSION=    3.16.0
6 CATEGORIES=     games gnome
7 MASTER_SITES=   GNOME
8 DIST_SUBDIR=    gnome3
9
10 MAINTAINER=     gnome@FreeBSD.org
11 COMMENT=        Sudoku game for gnome
12
13 BUILD_DEPENDS=  itstool:${PORTSDIR}/textproc/itstool
14 LIB_DEPENDS=    libgee-0.8.so:${PORTSDIR}/devel/libgee \
15                 libqqwing.so:${PORTSDIR}/games/qqwing \
16                 libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib         
17
18 PORTSCOUT=      limitw:1,even
19
20 USES=           gettext gmake pathfix pkgconfig python:3 shebangfix tar:xz
21 USE_GNOME=      gtk30 intlhack libxml2:build py3gobject3
22 INSTALLS_ICONS= yes
23 GNU_CONFIGURE=  yes
24 CPPFLAGS+=      -I${LOCALBASE}/include
25 LDFLAGS+=       -L${LOCALBASE}/lib
26
27 GLIB_SCHEMAS=   org.gnome.sudoku.gschema.xml
28
29 .include <bsd.port.mk>