blob: 7842501383ebda09babb2189ae28c322cdc39857 (
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
|
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
# $MCom$
PORTNAME= aisleriot
PORTVERSION= 3.12.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 \
bash:${PORTSDIR}/shells/bash
LIB_DEPENDS= libguile-2.0.so:${PORTSDIR}/lang/guile2 \
libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3
CONFLICTS= sol-*
USES= desktop-file-utils gmake pathfix pkgconfig tar:xz
USE_GNOME= gconf2 gtk30 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>
|