blob: ef9ce82bde150f8d1221bcd46f9cf0b11f2f9970 (
plain)
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
|
PORTNAME= mozo
PORTVERSION= 1.26.1
CATEGORIES= deskutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= Editor for the freedesktop.org menu specification
WWW= https://mate-desktop.org/
LICENSE= LGPL20+
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${LOCALBASE}/bin/mate-desktop-item-edit:x11/mate-panel
USES= gettext-tools gmake gnome localbase mate pathfix pkgconfig \
python:3.7+ tar:xz
USE_GNOME= gtk30 intltool pygobject3
USE_MATE= menus
GNU_CONFIGURE= yes
NO_ARCH= yes
PORTSCOUT= limitw:1,even
NLS_USES= gettext
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>
|