PR#45763 by Bug Hunting. 4.2 This release contains plenty code cleanups. 4.2.1 Bug fix release, there were two missing files in yesterdays dmenu-4.2.tar.gz. 4.3 This is basically smaller and faster. 4.3.1 And a quick bugfix release. 4.4 This release fixes some bugs and it should be slightly nippier, especially if your path is, ahem, broken. 4.4.1 This release fixes a small bug in the font loading, and changes dmenu_run to let you use shell logic (foo && bar, etc).
35 lines
894 B
Makefile
35 lines
894 B
Makefile
# $NetBSD: Makefile,v 1.8 2012/01/22 12:59:01 obache Exp $
|
|
#
|
|
|
|
DISTNAME= dmenu-4.4.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://dl.suckless.org/tools/
|
|
|
|
MAINTAINER= leot1990@users.sourceforge.net
|
|
HOMEPAGE= http://tools.suckless.org/dmenu
|
|
COMMENT= Dynamic menu for X
|
|
LICENSE= mit
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
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"
|