freebsd-ports/x11-fm/nautilus/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

35 lines
827 B
Makefile

# Created by: ade, archie
# $FreeBSD$
PORTNAME= nautilus
PORTVERSION= 3.28.1
PORTREVISION= 3
CATEGORIES= x11-fm gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= File manager for the GNOME desktop
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libgnome-autoar-0.so:archivers/gnome-autoar \
libgexiv2.so:graphics/gexiv2 \
libtracker-sparql-2.0.so:sysutils/tracker
PORTSCOUT= limitw:1,even
USES= compiler:c11 desktop-file-utils gettext gnome \
localbase meson pkgconfig python:3.4+,build tar:xz xorg
USE_GNOME= cairo gdkpixbuf2 gnomedesktop3
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
USE_XORG= x11
MESON_ARGS= -Denable-packagekit=false \
-Denable-selinux=false
BINARY_ALIAS= python3=${PYTHON_VERSION}
GLIB_SCHEMAS= org.gnome.nautilus.gschema.xml
.include <bsd.port.mk>