2014-11-19 12:49:04 +01:00
|
|
|
# Created by: FreeBSD GNOME Team <gnome@freebsd.org>
|
2000-01-29 11:15:08 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2014-09-20 20:11:09 +02:00
|
|
|
PORTNAME= gnome-chess
|
2018-09-30 13:58:29 +02:00
|
|
|
PORTVERSION= 3.28.1
|
2000-01-29 11:15:08 +01:00
|
|
|
CATEGORIES= games gnome
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2014-11-19 12:49:04 +01:00
|
|
|
DIST_SUBDIR= gnome3
|
2000-01-29 11:15:08 +01:00
|
|
|
|
2014-09-20 20:11:09 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2014-11-19 12:49:04 +01:00
|
|
|
COMMENT= Gnome chess
|
2000-01-29 11:15:08 +01:00
|
|
|
|
2017-05-17 10:44:31 +02:00
|
|
|
LICENSE= GPLv3
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
BUILD_DEPENDS= vala:lang/vala \
|
2017-05-17 10:44:31 +02:00
|
|
|
itstool:textproc/itstool \
|
|
|
|
appstream-util:devel/appstream-glib
|
2000-01-29 11:15:08 +01:00
|
|
|
|
2015-08-05 21:13:24 +02:00
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
|
2018-09-30 13:58:29 +02:00
|
|
|
USES= desktop-file-utils gettext gnome localbase meson \
|
|
|
|
pkgconfig python:3.6+,build tar:xz
|
2017-05-17 10:44:31 +02:00
|
|
|
USE_GNOME= cairo gtk30 librsvg2 libxml2:build
|
2013-10-06 13:18:02 +02:00
|
|
|
INSTALLS_ICONS= yes
|
2018-09-30 13:58:29 +02:00
|
|
|
USE_GL= gl egl
|
|
|
|
BINARY_ALIAS= python3=${PYTHON_VERSION}
|
2014-02-10 14:54:26 +01:00
|
|
|
|
2014-11-19 12:49:04 +01:00
|
|
|
GLIB_SCHEMAS= org.gnome.chess.gschema.xml
|
2013-06-19 07:58:00 +02:00
|
|
|
|
2014-11-19 12:49:04 +01:00
|
|
|
OPTIONS_DEFINE= GNUCHESS
|
|
|
|
OPTIONS_DEFAULT=GNUCHESS
|
2018-09-30 13:58:29 +02:00
|
|
|
|
2014-11-19 12:49:04 +01:00
|
|
|
GNUCHESS_DESC= Use gnuchess engine for computer player
|
2016-04-01 16:00:51 +02:00
|
|
|
GNUCHESS_RUN_DEPENDS= gnuchess:games/gnuchess
|
2001-07-10 11:38:49 +02:00
|
|
|
|
2000-01-29 11:15:08 +01:00
|
|
|
.include <bsd.port.mk>
|