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