1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/deskutils/mozo/Makefile
Eric Turgeon c52a260e52 update deskutils/mozo to 1.20.1
Approved by:	mentors (implicit)
2018-11-05 13:52:39 +00:00

27 lines
543 B
Makefile

# Created by: FreeBSD GNOME Team
# $FreeBSD$
PORTNAME= mozo
PORTVERSION= 1.20.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:2.7 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>