1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/x11/dmenu/Makefile
Rong-En Fan 7fb9c172d6 - Update to 3.3
PR:		ports/116546
Submitted by:	Jeroen Schot <schot at a-eskwadraat.nl> (maintainer)
2007-09-23 05:57:16 +00:00

23 lines
476 B
Makefile

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