31 lines
733 B
Makefile
Raw Normal View History

Initial import of the MATE Desktop Environment (version 1.18)... The MATE Desktop Environment is the continuation of GNOME 2. It provides an intuitive and attractive desktop environment, using traditional metaphors for Linux and other Unix-like operating systems. This is imported as WIP (almost done though) to ease review. ok @ajacoutot This import contains the following parts of MATE (not hooked up yet): - mate/atril document viewer for the MATE desktop - mate/calc MATE calculator - mate/caja file manager for the MATE desktop - mate/caja-extensions extensions for Caja, the MATE file manager - mate/control-center MATE control center - mate/desktop components for the MATE desktop - mate/engrampa file archiver for the MATE desktop - mate/eom image viewer for the MATE desktop - mate/icon-theme base icon theme for MATE - mate/libmatekbd MATE keyboard configuration library - mate/libmatemixer mixer library for MATE desktop - mate/libmateweather weather library for MATE - mate/marco the MATE window manager - mate/media media tools for the MATE desktop - mate/menus implementation of the FreeDesktop menu spec for MATE - mate/notification-daemon MATE notification daemon - mate/panel panel component for MATE - mate/pluma powerful text editor for the MATE desktop - mate/power-manager MATE power manager - mate/screensaver MATE screensaver - mate/session-manager MATE session manager - mate/settings-daemon MATE settings daemon - mate/terminal MATE terminal - mate/themes standard MATE themes - mate/utils MATE support utilities
2017-04-30 19:01:24 +00:00
# $OpenBSD: Makefile,v 1.1.1.1 2017/04/30 19:01:24 robert Exp $
SUBDIR =
SUBDIR += atril
SUBDIR += calc
SUBDIR += caja
SUBDIR += caja-extensions
SUBDIR += control-center
SUBDIR += desktop
SUBDIR += engrampa
SUBDIR += eom
SUBDIR += icon-theme
SUBDIR += libmatekbd
SUBDIR += libmatemixer
SUBDIR += libmateweather
SUBDIR += marco
SUBDIR += media
SUBDIR += menus
SUBDIR += notification-daemon
SUBDIR += panel
SUBDIR += pluma
SUBDIR += power-manager
SUBDIR += screensaver
SUBDIR += session-manager
SUBDIR += settings-daemon
SUBDIR += terminal
SUBDIR += themes
SUBDIR += utils
.include <bsd.port.subdir.mk>