aboutsummaryrefslogtreecommitdiff
path: root/misc/timezonemap/Makefile
blob: 5dde6d8d390871bac71ea5dc06505b62e7742999 (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
PORTNAME=	timezonemap
DISTVERSION=	0.4.5.1
CATEGORIES=	misc gnome

MAINTAINER=	gnome@freebsd.org
COMMENT=	Gtk3 timezone map widget, forked from gnome which forked from Ubiquity

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	gnome-autogen.sh:devel/gnome-common
LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib \
		libsoup-2.4.so:devel/libsoup

USES=		autoreconf:build gmake gnome libtool pkgconfig
USE_GITHUB=	yes
GH_ACCOUNT=	dashea
USE_GNOME=	cairo gdkpixbuf2 gtk30 introspection:build librsvg2
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip

pre-configure:
	@cd ${WRKSRC} && ${SETENV} NOCONFIGURE=yes ${SH} autogen.sh

.include <bsd.port.mk>