pkgsrc/wm/dwm/Makefile
tnn 50da738ab2 Maintainer update to dwm-5.7.2.
5.7.2 changes:
 o another fix for setlayout from Ryan Zheng
5.7.1 changes:
 o fixes layout symbol updating mechanism during setlayout
5.7 changes:
 o code cleanups and several minor improvements
 o layout symbol can be modified by the arrange function of a layout
 o new updategeom() algorithm rewritten from scratch
2009-10-18 12:15:18 +00:00

32 lines
866 B
Makefile

# $NetBSD: Makefile,v 1.10 2009/10/18 12:15:18 tnn Exp $
#
DISTNAME= dwm-5.7.2
CATEGORIES= wm
MASTER_SITES= http://code.suckless.org/dl/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"