aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/osm-gps-map/Makefile
blob: f6e1125029abd1ca5f7b4a43c9035ced15744e1d (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
# Created by: Jean-Sébastien Pédron <dumbbell@FreeBSD.org>

PORTNAME=	osm-gps-map
PORTVERSION=	1.1.0
CATEGORIES=	x11-toolkits net
MASTER_SITES=	https://github.com/nzjrs/${PORTNAME}/releases/download/${PORTVERSION}/

MAINTAINER=	dumbbell@FreeBSD.org
COMMENT=	Gtk+ 3.0 mapping widget

LICENSE=	GPLv2

LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup

USES=		gmake gnome libtool pkgconfig
USE_GNOME=	cairo gtk30 introspection:build
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes
MAKE_ARGS=	pkgconfigdir="${PREFIX}/libdata/pkgconfig"
INSTALL_TARGET=	install-strip

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>