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