freebsd-ports/deskutils/caja-extensions/Makefile
2023-04-25 17:17:15 +02:00

37 lines
920 B
Makefile

PORTNAME= caja-extensions
PORTVERSION= 1.26.0
PORTREVISION= 4
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
LIB_DEPENDS= libgupnp-1.2.so:net/gupnp14 \
libstartup-notification-1.so:x11/startup-notification \
libdbus-1.so:devel/dbus \
libdbus-glib-1.so:devel/dbus-glib
PORTSCOUT= limitw:1,even
USES= 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
post-patch:
@${REINPLACE_CMD} -e 's|gupnp-1.0|gupnp-1.2|' ${WRKSRC}/configure
.include <bsd.port.mk>