Update games/stransball2 to version 1.5_10
[dports.git] / games / gnome-mines / Makefile
1 # Created by: FreeBSD GNOME Team <gnome@freebsd.org>
2 # $FreeBSD$
3 #   $MCom: ports/trunk/games/gnome-mines/Makefile 19989 2014-10-18 09:53:56Z gusi $
4
5 PORTNAME=       gnome-mines
6 PORTVERSION=    3.14.1
7 CATEGORIES=     games gnome
8 MASTER_SITES=   GNOME
9 DIST_SUBDIR=    gnome3
10
11 MAINTAINER=     gnome@FreeBSD.org
12 COMMENT=        Gnome minesweeper
13
14 BUILD_DEPENDS=  vala:${PORTSDIR}/lang/vala \
15                 itstool:${PORTSDIR}/textproc/itstool
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.mines.gschema.xml
25
26 .include <bsd.port.mk>
27