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