Tweak games/dunelegacy version 0.96.3_2
[dports.git] / games / swell-foop / Makefile
1 # Created by: FreeBSD GNOME Team <gnome@freebsd.org>
2 # $FreeBSD$
3
4 PORTNAME=       swell-foop
5 PORTVERSION=    3.18.1
6 CATEGORIES=     games gnome
7 MASTER_SITES=   GNOME
8 DIST_SUBDIR=    gnome3
9
10 MAINTAINER=     gnome@FreeBSD.org
11 COMMENT=        Gnome swell-foop
12
13 BUILD_DEPENDS=  vala:lang/vala \
14                 itstool:textproc/itstool
15 LIB_DEPENDS=    libclutter-gtk-1.0.so:graphics/clutter-gtk3
16
17 PORTSCOUT=      limitw:1,even
18
19 USES=           gettext gmake gnome pathfix pkgconfig tar:xz
20 USE_GNOME=      gtk30 intlhack libxml2:build
21 INSTALLS_ICONS= yes
22 USE_GL=         gl
23 GNU_CONFIGURE=  yes
24 CPPFLAGS+=      -I${LOCALBASE}/include
25 LDFLAGS+=       -L${LOCALBASE}/lib
26
27 GLIB_SCHEMAS=   org.gnome.swell-foop.gschema.xml
28
29 .include <bsd.port.mk>