49 lines
1.4 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.19 2017/04/13 07:38:44 ajacoutot Exp $
COMMENT = suite of solitaire card games
GNOME_PROJECT = aisleriot
2016-11-07 18:31:59 +00:00
GNOME_VERSION = 3.22.1
CATEGORIES = games
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += ICE SM X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
WANTLIB += Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0 atspi
WANTLIB += c cairo cairo-gobject canberra canberra-gtk3 croco-0.6
2015-04-02 19:43:13 +00:00
WANTLIB += dbus-1 dbus-glib-1 epoxy expat ffi fontconfig freetype
WANTLIB += gc gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
WANTLIB += gmp gobject-2.0 graphite2 gthread-2.0 gtk-3 guile-2.0
2016-04-26 07:47:31 +00:00
WANTLIB += harfbuzz iconv intl ltdl lzma m ogg pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
WANTLIB += rsvg-2 unistring vorbis vorbisfile xcb xcb-render xcb-shm
WANTLIB += xml2 z
2014-12-21 11:41:57 +00:00
MODULES = devel/dconf \
devel/gconf2 \
x11/gnome
MODGNOME_TOOLS = desktop-file-utils gtk-update-icon-cache yelp
# make it possible to build when both guile and guile2 are installed
# (takes precedence over -I${LOCALBASE}/include)
MODGNOME_CPPFLAGS = -I${LOCALBASE}/include/guile/2.0
MODGCONF2_SCHEMAS_DIR = aisleriot
LIB_DEPENDS = audio/libcanberra,-gtk3 \
lang/guile2
BUILD_DEPENDS = shells/bash
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --with-card-theme-formats=svg
2015-10-12 23:19:07 +00:00
CONFIGURE_ENV = CONFIG_SHELL="${LOCALBASE}/bin/bash" \
GUILE="${LOCALBASE}/bin/guile2"
.include <bsd.port.mk>