openbsd-ports/x11/ion/Makefile
pedro 1fb9aa3b6a Add and load the workspace nesting code by default. Leave the status bar
untouched, since there are quite a few people using it.
2005-09-29 22:19:39 +00:00

35 lines
748 B
Makefile

# $OpenBSD: Makefile,v 1.25 2005/09/29 22:19:39 pedro Exp $
COMMENT= "light, keyboard friendly window manager"
DISTNAME= ion-3ds-20050820
PKGNAME= ${DISTNAME}p0
CATEGORIES= x11
HOMEPAGE= http://modeemi.cs.tut.fi/~tuomov/ion/
MASTER_SITES= ${HOMEPAGE}dl/
MAINTAINER= Pedro Martelletto <pedro@openbsd.org>
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE X11 m c Xinerama SM Xext
USE_GMAKE= Yes
USE_X11= Yes
NO_REGRESS= Yes
LIB_DEPENDS= lua.5,lualib.5::lang/lua
post-install:
$(INSTALL_DATA) ${FILESDIR}/*.lua ${PREFIX}/share/examples/ion3
.include <bsd.port.mk>
.if defined(NO_SHARED_LIBS) && ${NO_SHARED_LIBS:L} == "yes"
MAKE_ENV= PRELOAD_MODULES=1
.endif