Files
ports/editors/gedit-plugins/Makefile
T
Don Lewis dba86d802e editors/gedit-plugins: unbreak
The = comparison operater in *_DEPENDS= exects the PORTREVISION
to match exactly.  Instead use >=.

Remove BROKEN=
2026-05-19 00:38:42 -07:00

33 lines
857 B
Makefile

PORTNAME= gedit-plugins
DISTVERSION= 50.0
PORTREVISION= 1
CATEGORIES= editors gnome
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Plugins for gedit
WWW= https://gitlab.gnome.org/World/gedit/gedit-plugins
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= gedit>=50.0:editors/gedit \
itstool:textproc/itstool
LIB_DEPENDS= libpeas-1.0.so:devel/libpeas1 \
libgedit-tepl-6.so:x11-toolkits/tepl6 \
libgedit-gtksourceview-300.so:x11-toolkits/libgedit-gtksourceview
RUN_DEPENDS= gedit>=50.0:editors/gedit
USES= compiler:c11 gettext gnome localbase meson pkgconfig \
tar:bz2
USE_CSTD= c11
USE_GITLAB= yes
GL_SITE= https://gitlab.gnome.org
GL_ACCOUNT= World/gedit
USE_GNOME= glib20 gtk30
GLIB_SCHEMAS= org.gnome.gedit.plugins.drawspaces.gschema.xml \
org.gnome.gedit.plugins.wordcompletion.gschema.xml
.include <bsd.port.mk>