2014-09-10 15:11:28 +02:00
|
|
|
PORTNAME= pluma
|
2021-09-14 13:07:26 +02:00
|
|
|
PORTVERSION= 1.26.0
|
2022-04-10 21:08:12 +02:00
|
|
|
PORTREVISION= 3
|
2014-09-10 15:11:28 +02:00
|
|
|
CATEGORIES= editors mate
|
|
|
|
MASTER_SITES= MATE
|
|
|
|
DIST_SUBDIR= mate
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= Small but powerful text editor for MATE Desktop Environment
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://mate-desktop.org/
|
2014-09-10 15:11:28 +02:00
|
|
|
|
2017-07-04 13:44:30 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
BUILD_DEPENDS= itstool:textproc/itstool \
|
|
|
|
${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes
|
2020-09-17 20:16:04 +02:00
|
|
|
LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \
|
2017-07-04 13:44:30 +02:00
|
|
|
libpeas-gtk-1.0.so:devel/libpeas
|
2016-04-01 16:00:51 +02:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes
|
2014-09-10 15:11:28 +02:00
|
|
|
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
|
2020-01-28 14:34:31 +01:00
|
|
|
USES= compiler:c11 desktop-file-utils gettext-tools gmake gnome libtool localbase \
|
2019-11-05 16:48:40 +01:00
|
|
|
pathfix pkgconfig python:3.3+ shebangfix tar:xz xorg
|
2017-07-04 13:44:30 +02:00
|
|
|
USE_XORG= ice sm x11
|
2021-09-14 13:07:26 +02:00
|
|
|
USE_GNOME= cairo gdkpixbuf2 gnomeprefix gtk30 gtksourceview4 \
|
2017-07-04 13:44:30 +02:00
|
|
|
gvfs intltool introspection libxml2
|
2014-09-10 15:11:28 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
|
2021-10-14 12:53:10 +02:00
|
|
|
SHEBANG_FILES= \
|
|
|
|
${WRKSRC}/data/pluma-bugreport.sh.in \
|
|
|
|
${WRKSRC}/plugins/externaltools/data/build.tool.in \
|
|
|
|
${WRKSRC}/plugins/externaltools/data/open-terminal-here.tool.in \
|
|
|
|
${WRKSRC}/plugins/externaltools/data/remove-trailing-spaces.tool.in \
|
|
|
|
${WRKSRC}/plugins/externaltools/data/run-command.tool.in \
|
|
|
|
${WRKSRC}/plugins/externaltools/data/search-recursive.tool.in \
|
2014-09-10 15:11:28 +02:00
|
|
|
${WRKSRC}/plugins/externaltools/data/switch-c.tool.in
|
2021-10-14 12:53:10 +02:00
|
|
|
SHEBANG_LANG= sh
|
|
|
|
sh_CMD= /bin/sh
|
2014-09-10 15:11:28 +02:00
|
|
|
|
|
|
|
GLIB_SCHEMAS= org.mate.pluma.gschema.xml \
|
|
|
|
org.mate.pluma.plugins.filebrowser.gschema.xml \
|
2021-09-14 13:07:26 +02:00
|
|
|
org.mate.pluma.plugins.pythonconsole.gschema.xml \
|
2017-07-04 13:44:30 +02:00
|
|
|
org.mate.pluma.plugins.spell.gschema.xml \
|
2021-09-14 13:07:26 +02:00
|
|
|
org.mate.pluma.plugins.time.gschema.xml
|
2014-09-10 15:11:28 +02:00
|
|
|
|
2018-09-10 15:14:50 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2014-09-10 15:11:28 +02:00
|
|
|
.include <bsd.port.mk>
|