openbsd-ports/x11/slim/Makefile
jasper ddbbde83f6 - remove unreachable homepages on berlios and add a working one where applicable
- move master sites to the berliosbot created sourceforge projects
2014-07-09 16:49:35 +00:00

36 lines
722 B
Makefile

# $OpenBSD: Makefile,v 1.31 2014/07/09 16:49:35 jasper Exp $
SHARED_ONLY= Yes
COMMENT= simple login manager
DISTNAME= slim-1.3.6
REVISION= 4
SHARED_LIBS= slim 0.0 # 1.3
CATEGORIES= x11
MAINTAINER = Landry Breuil <landry@openbsd.org>
HOMEPAGE= http://slim.berlios.de/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=slim.berlios/}
# GPLv2
PERMIT_PACKAGE_CDROM= 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 stdc++ z
CONFIGURE_ARGS= -DUSE_CONSOLEKIT:Bool=Yes
pre-configure:
${SUBST_CMD} ${WRKSRC}/slim.1 ${WRKSRC}/slim.conf
.include <bsd.port.mk>