mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
2b97aa310d
* Add license * Review/add missing dependencies * Switch to USES=localbase Obtained from: gnome devel repo
34 lines
877 B
Makefile
34 lines
877 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libchamplain
|
|
PORTVERSION= 0.12.15
|
|
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
|
|
|
|
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 gmake gnome libtool localbase pathfix \
|
|
pkgconfig sqlite tar:xz
|
|
USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build
|
|
USE_GL= egl
|
|
USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ARGS= --enable-gtk-doc-html=no
|
|
INSTALL_TARGET= install-strip
|
|
|
|
PLIST_SUB= VERSION=0.12
|
|
|
|
.include <bsd.port.mk>
|