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
|
2016-02-14 19:57:53 +01:00
|
|
|
PORTVERSION= 3.18.0
|
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
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
BUILD_DEPENDS= vala:lang/vala \
|
|
|
|
itstool:textproc/itstool
|
2000-01-29 11:15:08 +01:00
|
|
|
|
2015-08-05 21:13:24 +02:00
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
|
2016-02-14 19:57:53 +01:00
|
|
|
USES= desktop-file-utils gettext gmake gnome pkgconfig tar:xz
|
2014-11-19 12:49:04 +01:00
|
|
|
USE_GNOME= gtk30 intlhack librsvg2 libxml2:build
|
2013-10-06 13:18:02 +02:00
|
|
|
INSTALLS_ICONS= yes
|
2014-11-19 12:49:04 +01:00
|
|
|
USE_XORG= x11
|
|
|
|
USE_GL= gl glu
|
2000-01-29 11:15:08 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2014-09-25 17:18:27 +02:00
|
|
|
LIBS+= -L${LOCALBASE}/lib
|
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
|
|
|
|
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>
|