2013-04-18 08:00:45 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.23 2013/04/18 12:00:45 gonzalo Exp $
|
2007-10-24 19:32:00 -04:00
|
|
|
|
2007-10-25 05:30:13 -04:00
|
|
|
COMMENT= simple login manager
|
2007-10-24 19:32:00 -04:00
|
|
|
|
2013-04-18 08:00:45 -04:00
|
|
|
DISTNAME= slim-1.3.5
|
2007-10-24 19:32:00 -04:00
|
|
|
|
|
|
|
CATEGORIES= x11
|
2012-09-02 05:22:59 -04:00
|
|
|
MAINTAINER = Landry Breuil <landry@openbsd.org>
|
2007-10-24 19:32:00 -04:00
|
|
|
HOMEPAGE= http://slim.berlios.de/
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_BERLIOS:=slim/}
|
|
|
|
|
2012-09-02 05:22:59 -04:00
|
|
|
# GPLv2
|
2007-10-24 19:32:00 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2012-09-02 05:22:59 -04:00
|
|
|
MODULES = devel/cmake
|
2010-11-22 03:36:47 -05:00
|
|
|
LIB_DEPENDS= graphics/jpeg \
|
2012-09-02 05:22:59 -04:00
|
|
|
sysutils/consolekit \
|
|
|
|
x11/dbus \
|
2010-11-22 03:36:47 -05:00
|
|
|
graphics/png
|
2007-10-24 19:32:00 -04:00
|
|
|
|
2013-04-18 08:00:45 -04:00
|
|
|
WANTLIB += X11 Xft Xmu Xrender c ck-connector dbus-1 fontconfig
|
|
|
|
WANTLIB += freetype jpeg m png pthread stdc++ z
|
2007-10-24 19:32:00 -04:00
|
|
|
|
2012-09-02 05:22:59 -04:00
|
|
|
CONFIGURE_ARGS= -DUSE_CONSOLEKIT="yes"
|
2007-10-24 19:32:00 -04:00
|
|
|
|
|
|
|
pre-configure:
|
2008-11-05 08:36:41 -05:00
|
|
|
${SUBST_CMD} ${WRKSRC}/slim.1 ${WRKSRC}/slim.conf
|
2007-10-24 19:32:00 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|