blob: ac42c2ed6fb0e71572a036c863977db6b0a71e5c (
plain)
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= 1.2
CATEGORIES= x11
MASTER_SITES= http://www.shortest.de/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>
|