blob: 7382f0f06500186d08358030b21839e8d15019af (
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>
# $FreeBSD$
PORTNAME= gnome-mahjongg
PORTVERSION= 3.38.2
PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Gnome mahjongg
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= vala:lang/vala \
itstool:textproc/itstool
PORTSCOUT= limitw:1,even
USES= gettext gmake gnome localbase meson pathfix pkgconfig tar:xz
INSTALLS_ICONS= yes
USE_GNOME= cairo gtk30 intlhack librsvg2 libxml2:build
GLIB_SCHEMAS= org.gnome.Mahjongg.gschema.xml
.include <bsd.port.mk>
|