ports/misc/timezonemap/Makefile
Nuno Teixeira 3572ca3e01 */*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree
2023-12-23 18:14:14 +00:00

29 lines
741 B
Makefile

PORTNAME= timezonemap
DISTVERSION= 0.4.5.2
PORTREVISION= 2
CATEGORIES= misc gnome
MAINTAINER= gnome@freebsd.org
COMMENT= Gtk3 timezone map widget, forked from gnome which forked from Ubiquity
WWW= https://github.com/dashea/timezonemap
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>