9e0e8d17a4
- switch to the more modern version of librsvg2 on architectures supporting rust - this will fix some graphical issues on these architectures PR: 250276 Exp-run by: antoine Submitted by: tobik Differential Revision: https://reviews.freebsd.org/D18878
32 lines
770 B
Makefile
32 lines
770 B
Makefile
# Created by: FreeBSD GNOME Team <gnome@freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= four-in-a-row
|
|
PORTVERSION= 3.38.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Make lines of the same color
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= itstool:textproc/itstool \
|
|
vala:lang/vala \
|
|
appstream-util:devel/appstream-glib
|
|
LIB_DEPENDS= libcanberra.so:audio/libcanberra \
|
|
libcanberra-gtk3.so:audio/libcanberra-gtk3
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= gettext gmake gnome localbase meson pathfix pkgconfig tar:xz xorg
|
|
INSTALLS_ICONS= yes
|
|
USE_GNOME= cairo gtk30 intlhack librsvg2 libxml2:build gsound
|
|
USE_XORG= x11
|
|
|
|
GLIB_SCHEMAS= org.gnome.Four-in-a-row.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|