Tweak www/owncloud version 10.0.2
[dports.git] / games / gnome-mines / Makefile
1 # Created by: FreeBSD GNOME Team <gnome@freebsd.org>
2 # $FreeBSD$
3
4 PORTNAME=       gnome-mines
5 PORTVERSION=    3.24.0
6 CATEGORIES=     games gnome
7 MASTER_SITES=   GNOME
8 DIST_SUBDIR=    gnome3
9
10 MAINTAINER=     gnome@FreeBSD.org
11 COMMENT=        Gnome minesweeper
12
13 LICENSE=        GPLv3
14 LICENSE_FILE=   ${WRKSRC}/COPYING
15
16 BUILD_DEPENDS=  vala:lang/vala \
17                 itstool:textproc/itstool
18 LIB_DEPENDS=    libgnome-games-support-1.so:games/libgnome-games-support \
19                 libgee-0.8.so:devel/libgee
20
21 PORTSCOUT=      limitw:1,even
22
23 USES=           gettext gmake gnome localbase pathfix pkgconfig tar:xz
24 USE_GNOME=      cairo gtk30 intlhack librsvg2 libxml2:build
25 INSTALLS_ICONS= yes
26 GNU_CONFIGURE=  yes
27
28 GLIB_SCHEMAS=   org.gnome.mines.gschema.xml
29
30 .include <bsd.port.mk>