freebsd-ports/graphics/libchamplain/Makefile
Kevin Bowling da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00

32 lines
846 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
PORTNAME= libchamplain
PORTVERSION= 0.12.20
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= C library aimed to provide a Gtk+ widget to display rasterized maps and markers
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= vapigen:lang/vala
LIB_DEPENDS= libcogl.so:graphics/cogl \
libclutter-1.0.so:graphics/clutter \
libclutter-gtk-1.0.so:graphics/clutter-gtk3 \
libjson-glib-1.0.so:devel/json-glib \
libsoup-2.4.so:devel/libsoup
USES= gettext-runtime gl gnome localbase meson \
pkgconfig sqlite tar:xz xorg
USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build
USE_GL= egl
USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
PLIST_SUB= VERSION=0.12
.include <bsd.port.mk>