Anyway it's more or less dead upstream since 7 years, which doesnt look good for a login manager.. candidate for removal ? xenodm works ootb, and is customizable once you grok X properties..
35 lines
715 B
Makefile
35 lines
715 B
Makefile
# $OpenBSD: Makefile,v 1.55 2020/07/24 05:41:37 landry Exp $
|
|
|
|
COMMENT= simple login manager
|
|
|
|
DISTNAME= slim-1.3.6
|
|
REVISION= 24
|
|
|
|
SHARED_LIBS= slim 0.0 # 1.3
|
|
|
|
CATEGORIES= x11
|
|
HOMEPAGE= https://github.com/iwamatsu/slim
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=slim.berlios/}
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES = devel/cmake
|
|
LIB_DEPENDS= graphics/jpeg \
|
|
sysutils/consolekit \
|
|
x11/dbus \
|
|
graphics/png
|
|
|
|
WANTLIB += X11 Xft Xmu Xrandr Xrender c ck-connector dbus-1
|
|
WANTLIB += fontconfig freetype jpeg m png pthread ${COMPILER_LIBCXX} z
|
|
|
|
COMPILER = base-clang ports-gcc base-gcc
|
|
|
|
CONFIGURE_ARGS= -DUSE_CONSOLEKIT:Bool=Yes
|
|
|
|
pre-configure:
|
|
${SUBST_CMD} ${WRKSRC}/slim.1 ${WRKSRC}/slim.conf
|
|
|
|
.include <bsd.port.mk>
|