blob: d746541b31d90606c8e05d1ee468930049e08db7 (
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
|
PORTNAME= gedit-plugins
DISTVERSION= 48.2
CATEGORIES= editors gnome
MASTER_SITES= 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
PORTSCOUT= limit:^48\.
BUILD_DEPENDS= gedit=48.2: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=48.2:editors/gedit
USES= compiler:c11 gettext gnome localbase meson pkgconfig \
tar:bz2
USE_GNOME= glib20 gtk30
USE_CSTD= c11
USE_LDCONFIG= yes
USE_GITLAB= yes
GL_SITE= https://gitlab.gnome.org
GL_ACCOUNT= World/gedit
GLIB_SCHEMAS= org.gnome.gedit.plugins.drawspaces.gschema.xml \
org.gnome.gedit.plugins.wordcompletion.gschema.xml
.include <bsd.port.mk>
|