Update games/hexalate to version 1.1.6
[dports.git] / games / atomix / Makefile
1 # Created by: Yukihiro Nakai <nakai@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       atomix
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=        Yet another little mind game
12
13 LICENSE=        GPLv2+
14 LICENSE_FILE=   ${WRKSRC}/COPYING
15
16 BUILD_DEPENDS=  appstream-util:devel/appstream-glib
17
18 PORTSCOUT=      limitw:1,even
19
20 USES=           gettext gmake gnome localbase pathfix pkgconfig tar:xz
21 USE_GNOME=      cairo gdkpixbuf2 gtk30 intlhack
22 GNU_CONFIGURE=  yes
23
24 .include <bsd.port.mk>