1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/x11/dmenu/Makefile
Martin Wilke f7b23a0c39 - Update to 0.6
PR:		ports/102753
Submitted by:	Jeroen Schot <schot(at)castor.sshunet.nl> (maintainer)
2006-09-01 17:28:22 +00:00

23 lines
455 B
Makefile

# New ports collection makefile for: dmenu
# Date created: August 4, 2006
# Whom: Jeroen Schot <schot@a-eskwadraat.nl>
#
# $FreeBSD$
#
PORTNAME= dmenu
PORTVERSION= 0.6
CATEGORIES= x11
MASTER_SITES= http://10kloc.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
.include <bsd.port.mk>