summaryrefslogtreecommitdiffstats
path: root/games/gnome-tetravex/Makefile
blob: e2062f362a54a5e0db2440cba225463c89a63f02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: FreeBSD GNOME Team <gnome@FreeBSD.org>
# $FreeBSD$
#   $MCom$

PORTNAME=   gnome-tetravex
PORTVERSION=    3.12.1
CATEGORIES= games gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome3

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Gnome tetravex

BUILD_DEPENDS=  vala:${PORTSDIR}/lang/vala \
        itstool:${PORTSDIR}/textproc/itstool

USES=       gettext gmake pathfix pkgconfig tar:xz
USE_GNOME=  gtk30 intlhack librsvg2 libxml2:build
INSTALLS_ICONS= yes
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

GLIB_SCHEMAS=   org.gnome.tetravex.gschema.xml

.include <bsd.port.mk>