summaryrefslogtreecommitdiffstats
path: root/graphics/libchamplain/Makefile
blob: 502b2a43a64aeeae5d3ffeb1b0413f199a236adc (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
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
#   $MCom$

PORTNAME=   libchamplain
PORTVERSION=    0.12.9
CATEGORIES= graphics
MASTER_SITES=   GNOME

MAINTAINER= gnome@FreeBSD.org
COMMENT=    C library aimed to provide a Gtk+ widget to display rasterized maps and markers

LIB_DEPENDS=    libclutter-gtk-1.0.so:${PORTSDIR}/graphics/clutter-gtk3 \
        libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome

USES=       gmake libtool pathfix pkgconfig tar:xz
USE_GNOME=  gtk30 introspection:build
USE_GL=     gl
USE_SQLITE= 3
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
CONFIGURE_ARGS= --enable-gtk-doc-html=no
INSTALL_TARGET= install-strip

PLIST_SUB=  VERSION=0.12

.include <bsd.port.mk>