freebsd-ports/x11/dzen2/Makefile
Martin Wilke 32d258c7dd Dzen is a general purpose messaging, notification and menuing program
for X11. It was desigend to be scriptable in any language and
integrate well with window managers like dwm, wmii and xmonad though
it will work with any windowmanger.

WWW: http://gotmor.googlepages.com/dzen

PR:		ports/124011
Submitted by:	Morten Slot Kristensen
2008-06-01 00:08:57 +00:00

25 lines
511 B
Makefile

# New ports collection makefile for: dzen2
# Date created: May 26 2008
# Whom: Morten Slot Kristensen
#
# $FreeBSD$
#
PORTNAME= dzen2
PORTVERSION= 0.8.5
CATEGORIES= x11
MASTER_SITES= http://gotmor.googlepages.com/
MAINTAINER= msk@nullpointer.dk
COMMENT= General purpose messaging, notification and menuing program for X11
USE_XORG= x11
PLIST_FILES= bin/${PORTNAME}
post-patch:
${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' \
${WRKSRC}/config.mk
.include <bsd.port.mk>