freebsd-ports/games/aisleriot/Makefile
Koop Mast d129587b5d The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/

Upgrade instructions for port users:

Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:		201980
2015-08-05 19:13:24 +00:00

33 lines
951 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= aisleriot
PORTVERSION= 3.16.2
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-validate:${PORTSDIR}/devel/appstream-glib \
bash:${PORTSDIR}/shells/bash
LIB_DEPENDS= libguile-2.0.so:${PORTSDIR}/lang/guile2 \
libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3
CONFLICTS= sol-*
PORTSCOUT= limitw:1,even
USES= desktop-file-utils gettext gmake pathfix pkgconfig tar:xz
USE_GNOME= gconf2 gtk30 intlhack librsvg2 libxml2:build
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-card-theme-formats=svg \
--with-guile=2.0
# work around because configure needs bash
CONFIGURE_SHELL=${LOCALBASE}/bin/bash
GCONF_SCHEMAS= aisleriot.schemas
GLIB_SCHEMAS= org.gnome.Patience.WindowState.gschema.xml
.include <bsd.port.mk>