mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
2c672a4de9
While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
29 lines
642 B
Makefile
29 lines
642 B
Makefile
# 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>
|