mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
d129587b5d
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980
35 lines
984 B
Makefile
35 lines
984 B
Makefile
# Created by: Gustau Perez <gustau.perez@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnome-maps
|
|
PORTVERSION= 3.16.2
|
|
CATEGORIES= deskutils gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Map application for GNOME 3
|
|
|
|
BUILD_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue \
|
|
itstool:${PORTSDIR}/textproc/itstool
|
|
LIB_DEPENDS= libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \
|
|
libgeocode-glib.so:${PORTSDIR}/net/geocode-glib \
|
|
libgee-0.8.so:${PORTSDIR}/devel/libgee \
|
|
libchamplain-0.12.so:${PORTSDIR}/graphics/libchamplain \
|
|
libfolks.so:${PORTSDIR}/net-im/folks \
|
|
libgjs.so:${PORTSDIR}/lang/gjs
|
|
RUN_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= gettext gmake libtool pathfix pkgconfig tar:xz
|
|
USE_GNOME= gnomedesktop3 gtk30 intlhack
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_ICONS= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
GLIB_SCHEMAS= org.gnome.Maps.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|