1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/x11/dmenu/Makefile
Sam Lawrance f23e7f18f7 Update to 1.3.
PR:		ports/104537
Submitted by:	Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
2006-11-05 12:51:55 +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= 1.3
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>