blob: 832edfa8480da10a876a4fedc646f727702e7826 (
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
29
30
31
32
33
34
35
36
37
38
39
|
PORTNAME= aisleriot
DISTVERSION= 3.22.19
CATEGORIES= games gnome
MASTER_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/archive/${PORTVERSION}/
DIST_SUBDIR= gnome
PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
PATCHFILES+= 4bf6fcf5c804.patch:-p1 # https://gitlab.gnome.org/GNOME/aisleriot/-/issues/916
MAINTAINER= gnome@FreeBSD.org
COMMENT= Collection of patience games written in guile scheme
WWW= https://wiki.gnome.org/Apps/Aisleriot
LICENSE= GPLv3
BUILD_DEPENDS= itstool:textproc/itstool \
bash:shells/bash
LIB_DEPENDS= libguile-2.2.so:lang/guile2 \
libcanberra.so:audio/libcanberra \
libcanberra-gtk3.so:audio/libcanberra-gtk3 \
libgc-threaded.so:devel/boehm-gc-threaded
CONFLICTS_INSTALL= sol
PORTSCOUT= limitw:1,even
USES= desktop-file-utils gettext meson gnome pkgconfig \
python:build,3.6+ shebangfix xorg
USE_GNOME= cairo gtk30 intlhack librsvg2 libxml2:build
USE_XORG= x11
MESON_ARGS= -Dtheme_kde=false
SHEBANG_FILES= data/icons/meson_updateiconcache.py \
data/meson_desktopfile.py \
src/lib/meson_compileschemas.py \
src/meson_gconf.py
GLIB_SCHEMAS= org.gnome.Patience.WindowState.gschema.xml
.include <bsd.port.mk>
|