openbsd-ports/x11/wmi/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

29 lines
609 B
Makefile

# $OpenBSD: Makefile,v 1.16 2012/03/29 13:39:01 sthen Exp $
COMMENT= window manager improved - key driven window manager
DISTNAME= wmi-10
REVISION= 4
CATEGORIES= x11
HOMEPAGE= http://wmi.suckless.org/
MAINTAINER= Julian Frede <julian.frede@gmail.com>
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += ICE SM X11 Xau Xdmcp Xft Xrender c expat fontconfig
WANTLIB += freetype m stdc++ z pthread-stubs xcb
MASTER_SITES= http://code.suckless.org/dl/misc/
SEPARATE_BUILD= Yes
CONFIGURE_STYLE=gnu
USE_GROFF = Yes
.include <bsd.port.mk>