Tweak games/blinken version 4.14.3
[dports.git] / games / hitori / Makefile
1 # Created by: FreeBSD GNOME Team <gnome@freebsd.org>
2 # $FreeBSD$
3
4 PORTNAME=       hitori
5 PORTVERSION=    3.16.2
6 CATEGORIES=     games gnome
7 MASTER_SITES=   GNOME
8 DIST_SUBDIR=    gnome3
9
10 MAINTAINER=     gnome@FreeBSD.org
11 COMMENT=        Hitori
12
13 BUILD_DEPENDS=  itstool:textproc/itstool
14
15 PORTSCOUT=      limitw:1,even
16
17 USES=           gettext gmake pathfix pkgconfig tar:xz
18 USE_GNOME=      gtk30 intlhack librsvg2 libxml2:build
19 INSTALLS_ICONS= yes
20 GNU_CONFIGURE=  yes
21 CPPFLAGS+=      -I${LOCALBASE}/include
22 LDFLAGS+=       -L${LOCALBASE}/lib
23
24 GLIB_SCHEMAS=   org.gnome.hitori.gschema.xml
25
26 .include <bsd.port.mk>