mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
31 lines
618 B
Makefile
31 lines
618 B
Makefile
# Created by: FreeBSD GNOME Team
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mozo
|
|
PORTVERSION= 1.24.0
|
|
CATEGORIES= deskutils mate
|
|
MASTER_SITES= MATE
|
|
DIST_SUBDIR= mate
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Editor for the freedesktop.org menu specification
|
|
|
|
LICENSE= LGPL20+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= gettext gmake gnome localbase mate pathfix pkgconfig \
|
|
python:3.7+ tar:xz
|
|
USE_MATE= menus
|
|
USE_GNOME= gtk30 intltool pygobject3
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_ICONS= yes
|
|
NO_ARCH= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
|
|
${WRKSRC}/Mozo/util.py
|
|
|
|
.include <bsd.port.mk>
|