openbsd-ports/x11/wmi/Makefile
sturm 7e77be5b9e Initial import of wmi-10
WMI is a new lightweight window manager for X11, which attempts to
combine the best features of LarsWM, Ion , evilwm and ratpoison
into one window manager.

WWW: http://wmi.modprobe.de/

from Julian Frede <julian.frede at gmail.com>
2004-10-17 07:36:55 +00:00

28 lines
635 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/10/17 07:36:55 sturm Exp $
COMMENT= "window manager improved - key driven window manager"
DISTNAME= wmi-10
CATEGORIES= x11
HOMEPAGE= http://wmi.modprobe.de/
MAINTAINER= Julian Frede <julian.frede@gmail.com>
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://download.berlios.de/wmi/
# not necessary, but to ensure consistent behaviour
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= PKG_CONFIG_PATH="${X11BASE}/lib/pkgconfig"
.include <bsd.port.mk>