aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/mozo/Makefile
blob: 1e40a30d1317f4a833dbdc13287084942ec17918 (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
# Created by: FreeBSD GNOME Team
# $FreeBSD$

PORTNAME=   mozo
PORTVERSION=    1.22.1
CATEGORIES= deskutils mate
MASTER_SITES=   MATE
DIST_SUBDIR=    mate

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Editor for the freedesktop.org menu specification

PORTSCOUT=  limitw:1,even

USES=       gettext gmake localbase pathfix pkgconfig \
        python:3.5+ tar:xz
USE_MATE=   menus
USE_GNOME=  gtk30 intltool pygobject3
GNU_CONFIGURE=  yes
INSTALLS_ICONS= yes

post-patch:
    @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
        ${WRKSRC}/Mozo/util.py

.include <bsd.port.mk>