aboutsummaryrefslogtreecommitdiffstats
path: root/games/atomix/Makefile
blob: 471c17c379f127a26b6a7cc36632ac9ed635f786 (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
# Created by: Yukihiro Nakai <nakai@FreeBSD.org>
# $FreeBSD$

PORTNAME=   atomix
PORTVERSION=    3.16.0
CATEGORIES= games gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome3

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Yet another little mind game

LICENSE=    GPLv2 # or later
LICENSE_FILE=   ${WRKSRC}/COPYING

PORTSCOUT=  limitw:1,even

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

.include <bsd.port.mk>