diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-06-01 00:08:57 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-06-01 00:08:57 +0000 |
commit | 32d258c7dd2f8ba4086d5f1b71190514261d3996 (patch) | |
tree | 3af1a646423138533c3f90965f14806be00d12e6 /x11/dzen2 | |
parent | c7651500a041b224f401ba85fc192aac6ad83c1c (diff) | |
download | ports-32d258c7dd2f8ba4086d5f1b71190514261d3996.tar.gz ports-32d258c7dd2f8ba4086d5f1b71190514261d3996.zip |
Notes
Diffstat (limited to 'x11/dzen2')
-rw-r--r-- | x11/dzen2/Makefile | 24 | ||||
-rw-r--r-- | x11/dzen2/distinfo | 3 | ||||
-rw-r--r-- | x11/dzen2/pkg-descr | 6 |
3 files changed, 33 insertions, 0 deletions
diff --git a/x11/dzen2/Makefile b/x11/dzen2/Makefile new file mode 100644 index 000000000000..ebac74836431 --- /dev/null +++ b/x11/dzen2/Makefile @@ -0,0 +1,24 @@ +# 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> diff --git a/x11/dzen2/distinfo b/x11/dzen2/distinfo new file mode 100644 index 000000000000..c2f6d93d80da --- /dev/null +++ b/x11/dzen2/distinfo @@ -0,0 +1,3 @@ +MD5 (dzen2-0.8.5.tar.gz) = 5978620c2124c8a8ad52d7f17ce94fd7 +SHA256 (dzen2-0.8.5.tar.gz) = 5e4ce96e8ed22a4a0ad6cfafacdde0532d13d049d77744214b196c4b2bcddff9 +SIZE (dzen2-0.8.5.tar.gz) = 33274 diff --git a/x11/dzen2/pkg-descr b/x11/dzen2/pkg-descr new file mode 100644 index 000000000000..e6c3203de98d --- /dev/null +++ b/x11/dzen2/pkg-descr @@ -0,0 +1,6 @@ +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 |