Update games/hexalate to version 1.1.6
[dports.git] / games / five-or-more / Makefile
1 # Created by: FreeBSD GNOME Team <gnome@freebsd.org>
2 # $FreeBSD$
3
4 PORTNAME=       five-or-more
5 PORTVERSION=    3.28.0
6 CATEGORIES=     games gnome
7 MASTER_SITES=   GNOME
8 DIST_SUBDIR=    gnome
9
10 MAINTAINER=     gnome@FreeBSD.org
11 COMMENT=        Form a line of 5 or more colored balls
12
13 LICENSE=        GPLv2
14 LICENSE_FILE=   ${WRKSRC}/COPYING
15
16 BUILD_DEPENDS=  itstool:textproc/itstool
17
18 PORTSCOUT=      limitw:1,even
19
20 USES=           gettext gmake gnome localbase pathfix pkgconfig tar:xz
21 USE_GNOME=      cairo gtk30 intlhack librsvg2
22 GNU_CONFIGURE=  yes
23 INSTALLS_ICONS= yes
24 CONFIGURE_ARGS= --localstatedir=${PREFIX}/share
25
26 GLIB_SCHEMAS=   org.gnome.five-or-more.gschema.xml
27
28 post-install:
29         @${MKDIR} ${STAGEDIR}${PREFIX}/share/games
30
31 .include <bsd.port.mk>