2014-11-19 12:49:04 +01:00
|
|
|
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
# $MCom: ports/trunk/games/aisleriot/Makefile 19989 2014-10-18 09:53:56Z gusi $
|
|
|
|
|
|
|
|
PORTNAME= aisleriot
|
|
|
|
PORTVERSION= 3.14.1
|
|
|
|
CATEGORIES= games gnome
|
|
|
|
MASTER_SITES= GNOME
|
|
|
|
DIST_SUBDIR= gnome3
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= Collection of patience games written in guile scheme
|
|
|
|
|
|
|
|
BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool \
|
|
|
|
appdata-tools>=0:${PORTSDIR}/devel/appdata-tools \
|
|
|
|
bash:${PORTSDIR}/shells/bash
|
|
|
|
LIB_DEPENDS= libguile-2.0.so:${PORTSDIR}/lang/guile2 \
|
|
|
|
libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3
|
|
|
|
|
|
|
|
CONFLICTS= sol-*
|
|
|
|
|
2014-11-29 19:22:32 +01:00
|
|
|
USES= desktop-file-utils gettext gmake pathfix pkgconfig tar:xz
|
2014-11-19 12:49:04 +01:00
|
|
|
USE_GNOME= gconf2 gtk30 intlhack librsvg2 libxml2:build
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-card-theme-formats=svg \
|
|
|
|
--with-guile=2.0
|
|
|
|
|
|
|
|
GCONF_SCHEMAS= aisleriot.schemas
|
|
|
|
GLIB_SCHEMAS= org.gnome.Patience.WindowState.gschema.xml
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|