openbsd-ports/x11/dmenu/Makefile
gsoares c25e115b06 update to 4.5; (maintainer timeout)
* Detects monitor based on input focus, not just pointer location.
* Token matching instead of just substrings.
* XIM composition support.
* Paste from clipboard with C-S-y.
* stest(1) replaces lsx(1).
* M-[Gghjkl] restored for vi-like navigation.
* And a couple of bug fixes.

works for Daniel Bolgheroni <dbolgheroni at devio.us>, gonzalo@ (thanks!)

OK sthen@ dcoppa@
2012-05-01 04:40:03 +00:00

26 lines
474 B
Makefile

# $OpenBSD: Makefile,v 1.18 2012/05/01 04:40:03 gsoares Exp $
COMMENT= dynamic menu for X11
DISTNAME= dmenu-4.5
CATEGORIES= x11
HOMEPAGE= http://tools.suckless.org/dmenu
MAINTAINER= Jim Razmus II <jim@openbsd.org>
# MIT/X
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xinerama c
MASTER_SITES= http://dl.suckless.org/tools/
FAKE_FLAGS= DESTDIR=""
NO_REGRESS= Yes
.include <bsd.port.mk>