openbsd-ports/x11/wmi/Makefile
jasper 5c6aa941f8 - ${LOCALBASE}/lib/pkgconfig and ${X11BASE}/lib/pkgconfig are default search
directories for pkg-config(1) nowadays. so remove these quirks.
2010-11-07 19:50:10 +00:00

29 lines
617 B
Makefile

# $OpenBSD: Makefile,v 1.15 2010/11/07 19:50:10 jasper 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= concurrent
CONFIGURE_STYLE=gnu
USE_GROFF = Yes
.include <bsd.port.mk>