pkgsrc-wip/entrance/Makefile
Aleksej Saushev 90d227ea69 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-09-28 22:07:28 +00:00

36 lines
1,018 B
Makefile

# $NetBSD: Makefile,v 1.10 2012/09/28 22:07:34 asau Exp $
#
DISTNAME= entrance-0.9.9.050
PKGREVISION= 3
CATEGORIES= x11
MASTER_SITES= http://www.ezunix.org/pkgsrc/e17/snapshots/2008-09-25/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= yazzy@yazzy.org
HOMEPAGE= http://enlightenment.org/
COMMENT= Login/display manager for UNIX X11 displays
PKG_DESTDIR_SUPPORT= none
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS= gmake pkg-config
RCD_SCRIPTS= entranced
CONFIGURE_ARGS+= --disable-pthreads --disable-directfb \
--disable-valgrind --enable-glitz \
--enable-sdl --with-vt=5 \
--with-xsession=${LOCALBASE}/share/entrace/ \
--enable-software-16-x11 --disable-debug
CONF_FILES= ${PREFIX}/share/examples/entrance/entrance_config.cfg \
${PKG_SYSCONFDIR}/entrance_config.cfg
.include "../../wip/ecore/buildlink3.mk"
.include "../../graphics/evas/buildlink3.mk"
.include "../../wip/edje/buildlink3.mk"
.include "../../wip/esmart/buildlink3.mk"
.include "../../wip/efreet/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"