pkgsrc/x11/ede/Makefile
xtraeme edd230d0ec Initial import of ede-1.0.4.
Equinox Desktop Environment (shortly EDE) is small desktop environment,
builted to be simple and fast. It is based on modified FLTK library
(called extended FLTK or just eFLTK).

Comparing to other desktop environments, EDE is much faster and smaller
in memory space (EDE's window manager use less memory than xterm).
2005-09-02 14:42:52 +00:00

22 lines
541 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/09/02 14:42:52 xtraeme Exp $
#
DISTNAME= ede-1.0.4
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ede/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://ede.sourceforge.net/
COMMENT= Equinox Desktop Environment
WRKSRC= ${WRKDIR}/ede
USE_LANGUAGES+= c++
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
.include "../../x11/efltk/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"