1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/x11/dmenu/Makefile
Cheng-Lung Sung 812f603324 - Update to 2.0
PR:		ports/108012
Submitted by:	maintainer (Jeroen Schot)
2007-01-17 03:43:03 +00:00

23 lines
457 B
Makefile

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