blob: 5ecba6e0bad337a15623c2cebf4f5697822cece1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
PORTNAME= pluma
PORTVERSION= 1.26.0
PORTREVISION= 3
CATEGORIES= editors mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= Small but powerful text editor for MATE Desktop Environment
WWW= https://mate-desktop.org/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= itstool:textproc/itstool \
${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes
LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \
libpeas-gtk-1.0.so:devel/libpeas
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes
PORTSCOUT= limitw:1,even
USES= compiler:c11 desktop-file-utils gettext-tools gmake gnome libtool localbase \
pathfix pkgconfig python:3.3+ shebangfix tar:xz xorg
USE_XORG= ice sm x11
USE_GNOME= cairo gdkpixbuf2 gnomeprefix gtk30 gtksourceview4 \
gvfs intltool introspection libxml2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
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 \
${WRKSRC}/plugins/externaltools/data/switch-c.tool.in
SHEBANG_LANG= sh
sh_CMD= /bin/sh
GLIB_SCHEMAS= org.mate.pluma.gschema.xml \
org.mate.pluma.plugins.filebrowser.gschema.xml \
org.mate.pluma.plugins.pythonconsole.gschema.xml \
org.mate.pluma.plugins.spell.gschema.xml \
org.mate.pluma.plugins.time.gschema.xml
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|