summaryrefslogtreecommitdiff
path: root/x11-fm/nautilus-python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fm/nautilus-python/Makefile')
-rw-r--r--x11-fm/nautilus-python/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/x11-fm/nautilus-python/Makefile b/x11-fm/nautilus-python/Makefile
new file mode 100644
index 000000000000..a9aeb91079da
--- /dev/null
+++ b/x11-fm/nautilus-python/Makefile
@@ -0,0 +1,30 @@
+# $FreeBSD$
+
+PORTNAME= nautilus-python
+DISTVERSION= 1.2.2
+CATEGORIES= x11-fm gnome python
+MASTER_SITES= GNOME
+
+MAINTAINER= daniel@shafer.cc
+COMMENT= Python nautilus bindings
+
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USES= gmake gnome libtool localbase pathfix pkgconfig python:3.6+ \
+ tar:xz
+USE_GNOME= cairo gdkpixbuf2 nautilus3 pygobject3
+USE_LDCONFIG= yes
+
+GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
+
+OPTIONS_DEFINE= GTKDOC
+OPTIONS_SUB= yes
+
+GTKDOC_MESON_TRUE= gtk_doc
+GTKDOC_DESC= Build documentation
+GTKDOC_BUILD_DEPENDS= gtkdocize:textproc/gtk-doc
+GTKDOC_CONFIGURE_ENABLE= gtk-doc
+
+.include <bsd.port.mk>