d5cf541d98
From Bug Hunting in PR pkg/45737 Changes in the 6.0: - several Xinerama fixes; - a new approach to hide clients into negative space rather than positive; - the return of the nmaster functionality (Mod1-i, Mod1-d); - better EWHM support for floating windows; - fixed sloppy focussing of empty screens; - a new default color scheme (actually a new old one, now bluedark rather than bluegray).
32 lines
859 B
Makefile
32 lines
859 B
Makefile
# $NetBSD: Makefile,v 1.13 2012/02/02 21:50:18 asau Exp $
|
|
#
|
|
|
|
DISTNAME= dwm-6.0
|
|
CATEGORIES= wm
|
|
MASTER_SITES= http://dl.suckless.org/dwm/
|
|
|
|
MAINTAINER= leot1990@users.sourceforge.net
|
|
HOMEPAGE= http://dwm.suckless.org/
|
|
COMMENT= Dynamic window manager
|
|
LICENSE= mit
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
NO_CONFIGURE= yes
|
|
|
|
# Adjust config.mk
|
|
SUBST_CLASSES+= makefile
|
|
SUBST_STAGE.makefile= pre-build
|
|
SUBST_MESSAGE.makefile= Fixing config.mk
|
|
SUBST_FILES.makefile= config.mk
|
|
SUBST_SED.makefile= -e 's,/usr/local,${PREFIX},g'
|
|
SUBST_SED.makefile+= -e 's,share/man,${PKGMANDIR},g'
|
|
SUBST_SED.makefile+= -e 's,/usr/X11R6,${X11BASE},'
|
|
SUBST_SED.makefile+= -e 's,^CFLAGS = ,CFLAGS += ,'
|
|
SUBST_SED.makefile+= -e 's,^LDFLAGS = ,LDFLAGS += ,'
|
|
SUBST_SED.makefile+= -e 's/cc/${CC:Q}/'
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
.include "options.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|