diff options
Diffstat (limited to 'deskutils/gnome-maps/Makefile')
-rw-r--r-- | deskutils/gnome-maps/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/deskutils/gnome-maps/Makefile b/deskutils/gnome-maps/Makefile index e367ab7c3e97..b674b466ceb6 100644 --- a/deskutils/gnome-maps/Makefile +++ b/deskutils/gnome-maps/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gnome-maps -PORTVERSION= 3.18.2 +PORTVERSION= 3.18.3.1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -10,12 +10,18 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Map application for GNOME 3 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= geoclue>=0:net/geoclue \ itstool:textproc/itstool LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 \ libgeocode-glib.so:net/geocode-glib \ libgee-0.8.so:devel/libgee \ + libcogl.so:graphics/cogl \ + libclutter-1.0.so:graphics/clutter \ libchamplain-0.12.so:graphics/libchamplain \ + libjson-glib-1.0.so:devel/json-glib \ libfolks.so:net-im/folks \ libgjs.so:lang/gjs RUN_DEPENDS= geoclue>=0:net/geoclue @@ -23,7 +29,9 @@ RUN_DEPENDS= geoclue>=0:net/geoclue PORTSCOUT= limitw:1,even USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz -USE_GNOME= gnomedesktop3 gtk30 intlhack +USE_GNOME= cairo gnomedesktop3 gtk30 intlhack +USE_GL= egl +USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes |