freebsd-ports/deskutils/caja-extensions/Makefile
Daniel Engberg 39e16722d6 deskutils/caja-extensions: Drop (G)UPnP support
All available versions of caja-extensions depends on legacy version
of GUPnP which is unsupported upstream and doesn't build with newer
versions of libxml2. Drop plugin for new until it's fixed upstream.

gtk-doc is now a build dependency due to
https://savannah.gnu.org/support/?110503

Reference:
https://github.com/mate-desktop/caja-extensions/issues/110

PR:		273430
Approved by:	portmgr (maintainer timeout, 2+ weeks)
Sponsored by:	Blinkinblox
2023-09-19 20:17:51 +02:00

34 lines
861 B
Makefile

PORTNAME= caja-extensions
PORTVERSION= 1.26.0
PORTREVISION= 5
CATEGORIES= deskutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= Set of extensions for Caja
WWW= https://mate-desktop.org/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= gtkdocize:textproc/gtk-doc
LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \
libdbus-1.so:devel/dbus \
libdbus-glib-1.so:devel/dbus-glib
PORTSCOUT= limitw:1,even
USES= autoreconf compiler:c11 gettext gmake gnome libtool \
localbase mate pathfix pkgconfig tar:xz
USE_MATE= caja desktop
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-gksu=no
INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.mate.Caja.Sendto.gschema.xml \
org.mate.caja-open-terminal.gschema.xml
.include <bsd.port.mk>