freebsd-ports/x11-fm/nautilus-python/Makefile
Steve Wills bf63c899b6 x11-fm/nautilus-python: create port
Nautilus-python is a set of python bindings for the Nautilus Extension
Framework. With these bindings, you can write extensions for the Nautilus File
Manager in python.

WWW: https://wiki.gnome.org/Projects/NautilusPython

PR:		234548
Submitted by:	Daniel Shafer <daniel@shafer.cc>
Reviewed by:	mat
2019-07-17 17:32:15 +00:00

30 lines
630 B
Makefile

# $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>