# New ports collection makefile for: dmenu # Date created: August 4, 2006 # Whom: Jeroen Schot # # $FreeBSD$ # PORTNAME= dmenu PORTVERSION= 4.3.1 CATEGORIES= x11 MASTER_SITES= http://dl.suckless.org/tools/ \ http://schot.a-eskwadraat.nl/files/ MAINTAINER= schot@a-eskwadraat.nl COMMENT= X11 menu application designed for the dwm window manager OPTIONS= XINERAMA "Enable Xinerama support" On USE_XORG= x11 MAN1= dmenu.1 PLIST_FILES= bin/dmenu bin/dmenu_path bin/dmenu_run LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE .include .if defined(WITH_XINERAMA) USE_XORG+= xinerama .endif post-patch: @${GREP} -Rl '%%[[:alpha:]]\+%%' ${WRKSRC}|${XARGS} ${REINPLACE_CMD} \ -e "s,%%PREFIX%%,${PREFIX},g" \ -e "s,%%LOCALBASE%%,${LOCALBASE},g" \ -e "s,%%MANPREFIX%%,${MANPREFIX},g" .if defined(WITHOUT_XINERAMA) @${REINPLACE_CMD} -e 's,$${XINERAMALIBS},,g' \ -e 's,$${XINERAMAFLAGS},,g' ${WRKSRC}/config.mk .endif .include