summaryrefslogtreecommitdiffstats
path: root/games/gnome-sudoku/Makefile
blob: 074fe3409d0336a926114d8a003e82da3d5f0f51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Created by: FreeBSD GNOME Team <gnome@freebsd.org>
# $FreeBSD$
#   $MCom$

PORTNAME=   gnome-sudoku
PORTVERSION=    3.12.3
CATEGORIES= games gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome3

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Sudoku game for gnome

BUILD_DEPENDS=  itstool:${PORTSDIR}/textproc/itstool

USES=       gettext gmake pathfix pkgconfig shebangfix tar:xz
USE_GNOME=  gtk30 intlhack libxml2:build py3gobject3
USE_PYTHON= 3
INSTALLS_ICONS= yes
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

SHEBANG_FILES=  src/gnome-sudoku

GLIB_SCHEMAS=   org.gnome.gnome-sudoku.gschema.xml

.include <bsd.port.mk>