blob: a8547091b1fb12cc25bd556bdbd5a421c42f1e1f (
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
27
28
|
# Created by: FreeBSD GNOME Team <gnome@freebsd.org>
PORTNAME= five-or-more
PORTVERSION= 3.32.2
PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Form a line of 5 or more colored balls
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= itstool:textproc/itstool \
valac:lang/vala
LIB_DEPENDS= libgnome-games-support-1.so:games/libgnome-games-support \
libgee-0.8.so:devel/libgee
PORTSCOUT= limitw:1,even
USES= gettext gnome meson pkgconfig tar:xz
USE_GNOME= cairo gtk30 librsvg2
GLIB_SCHEMAS= org.gnome.five-or-more.gschema.xml
.include <bsd.port.mk>
|