openbsd-ports/x11/dwm/Makefile
sthen 63b8ddfb63 Use a floating window for xonix, otherwise dwm forces the window
size and xonix segfaults. (Apologies to anyone who was using this
dwm behaviour as a way to keep them from getting addicted...)

ok Jim Razmus (maintainer) with a suggestion to use xprop to find
the Class rather than the window title (as my original diff had).
Also thanks to deanna@ for suggestions with the segfault.
2008-04-29 13:49:08 +00:00

35 lines
603 B
Makefile

# $OpenBSD: Makefile,v 1.8 2008/04/29 13:49:08 sthen Exp $
COMMENT= dynamic window manager
DISTNAME= dwm-4.9
PKGNAME= ${DISTNAME}p0
CATEGORIES= x11
HOMEPAGE= http://www.suckless.org/wiki/dwm/
MAINTAINER= Jim Razmus <jim@bonetruck.org>
# MIT/X
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 c
MASTER_SITES= http://www.suckless.org/download/
RUN_DEPENDS= :dmenu->=3.6:x11/dmenu \
::x11/terminus-font
MAKE_ENV= LDFLAGS="${LDFLAGS}"
FAKE_FLAGS= DESTDIR=""
USE_X11= Yes
NO_REGRESS= Yes
.include <bsd.port.mk>