forked from Lainports/freebsd-ports
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
30 lines
630 B
Makefile
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>
|