openbsd-ports/x11/ede/Makefile
pascal c38dc460df Import EDE.
EDE (Equinox Desktop Environment) is simple and fast desktop
environment with familiar look and feel. EDE uses FLTK toolkit for
GUI presentation and UNIX philosophy for its design.

With UNIX philosophy, EDE splits each component in separate executable
entity to do one job and do it good. This makes EDE very easy to
alter for user needs and requirements.

EDE is light and fast. It uses C++ carefully yielding fast startup,
low memory usage and great portability. Also, we care not only about
how fast EDE runs, but how much time is needed to compile it.

These facts makes EDE a perfect desktop environment for older
computers and embedded devices. But, you can use it on your everyday
hardware too.

Comments landry@ jca@

ok landry@
2013-07-14 00:36:30 +00:00

8 lines
137 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2013/07/14 00:36:30 pascal Exp $
SUBDIR =
SUBDIR += desktop
SUBDIR += lib
.include <bsd.port.subdir.mk>