403db18e37
Remove USE_GITHUB=nodefault and GH_ACCOUNT as they are not needed with an explicit MASTER_SITES. Add back DIST_SUBDIR=mate.
34 lines
817 B
Makefile
34 lines
817 B
Makefile
PORTNAME= mozo
|
|
DISTVERSION= 1.28.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= deskutils mate
|
|
MASTER_SITES= https://github.com/mate-desktop/${PORTNAME}/releases/download/v${DISTVERSION}/
|
|
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
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/mate-desktop-item-edit:x11/mate-panel
|
|
|
|
USES= gettext-tools gmake gnome localbase mate pkgconfig \
|
|
python tar:xz
|
|
USE_GNOME= gtk30 intltool pygobject3
|
|
USE_MATE= menus
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= site:https://github.com/mate-desktop/mozo/releases/ limitw:1,even
|
|
|
|
NLS_USES= gettext
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
|
|
.include <bsd.port.mk>
|