aboutsummaryrefslogtreecommitdiff
path: root/deskutils/mozo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/mozo/Makefile')
-rw-r--r--deskutils/mozo/Makefile16
1 files changed, 6 insertions, 10 deletions
diff --git a/deskutils/mozo/Makefile b/deskutils/mozo/Makefile
index 20e230812c48..7f14096c3f2d 100644
--- a/deskutils/mozo/Makefile
+++ b/deskutils/mozo/Makefile
@@ -1,13 +1,12 @@
-# Created by: FreeBSD GNOME Team
-
PORTNAME= mozo
-PORTVERSION= 1.24.1
+PORTVERSION= 1.28.0
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
@@ -15,22 +14,19 @@ 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_MATE= menus
+ python tar:xz
USE_GNOME= gtk30 intltool pygobject3
+USE_MATE= menus
GNU_CONFIGURE= yes
-INSTALLS_ICONS= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
NO_ARCH= yes
PORTSCOUT= limitw:1,even
+NLS_USES= gettext
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_CONFIGURE_ENABLE= nls
-post-patch:
- @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
- ${WRKSRC}/Mozo/util.py
-
.include <bsd.port.mk>