aboutsummaryrefslogtreecommitdiff
path: root/x11/dmenu/Makefile
blob: 368e1a351e5d693a569b7cf664a6b8d6fdd4903d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>