openbsd-ports/x11/wmi/Makefile

26 lines
531 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.17 2013/03/11 11:46:16 espie Exp $
COMMENT= window manager improved - key driven window manager
2006-02-08 18:18:51 -05:00
DISTNAME= wmi-10
REVISION= 4
CATEGORIES= x11
HOMEPAGE= http://wmi.suckless.org/
MAINTAINER= Julian Frede <julian.frede@gmail.com>
# MIT
PERMIT_PACKAGE_CDROM= Yes
2009-03-07 10:37:38 -05:00
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
2010-10-19 04:13:56 -04:00
USE_GROFF = Yes
.include <bsd.port.mk>