0a7668c133
* The MATE DE is now GTK+3 based * mate-calc has come back. * New USE_MATE=mixer macro * Add license * Review dependancies * Swich to USES=localbase * atril/eom options reworked into option helper Thanks to Eric Turgeon for submitting the bulk of this MATE update. Obtained from: gnome devel repo
26 lines
541 B
Makefile
26 lines
541 B
Makefile
# Created by: FreeBSD GNOME Team
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mozo
|
|
PORTVERSION= 1.18.0
|
|
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 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>
|