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