1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/x11/dmenu/Makefile
Martin Wilke 6ac5139da3 - Update to 4.0
PR:		134024
Submitted by:	Jeroen Schot <schot@A-Eskwadraat.nl> (maintainer)
2009-04-27 19:16:36 +00:00

23 lines
500 B
Makefile

# New ports collection makefile for: dmenu
# Date created: August 4, 2006
# Whom: Jeroen Schot <schot@a-eskwadraat.nl>
#
# $FreeBSD$
#
PORTNAME= dmenu
PORTVERSION= 4.0
CATEGORIES= x11
MASTER_SITES= http://code.suckless.org/dl/tools/ \
http://schot.a-eskwadraat.nl/files/
MAINTAINER= schot@a-eskwadraat.nl
COMMENT= X11 menu application (not only) for the dwm window manager
USE_XORG= x11 xinerama
MAN1= dmenu.1
PLIST_FILES= bin/dmenu bin/dmenu_path bin/dmenu_run
.include <bsd.port.mk>