summaryrefslogtreecommitdiffstats
path: root/deskutils/gnome-maps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/gnome-maps/Makefile')
-rw-r--r--deskutils/gnome-maps/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/deskutils/gnome-maps/Makefile b/deskutils/gnome-maps/Makefile
new file mode 100644
index 000000000..50fd5783d
--- /dev/null
+++ b/deskutils/gnome-maps/Makefile
@@ -0,0 +1,29 @@
+# Created by: Gustau Perez <gustau.perez@gmail.com>
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= gnome-maps
+PORTVERSION= 3.12.1
+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 \
+ libgjs.so:${PORTSDIR}/lang/gjs
+RUN_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue
+
+USES= gettext gmake libtool pathfix pkgconfig tar:xz
+USE_GNOME= gnomedesktop3 gnomeprefix gtk30 intlhack
+USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
+INSTALLS_ICONS= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+
+.include <bsd.port.mk>