ports/misc/xmonad-log-applet/Makefile
Pawel Pekala 7b50f65f41 xmonad-log-applet is for Xmonad users who find the GNOME panel useful. The
applet will show the active workspaces, the title of the selected window or
whatever information you send it from your xmonad.hs.

WWW: https://github.com/alexkay/xmonad-log-applet

PR:		ports/160366
Submitted by:	Alexander Kojevnikov <alexander@kojevnikov.com>
2012-03-05 18:53:48 +00:00

22 lines
560 B
Makefile

# New ports collection makefile for: xmonad-log-applet
# Date created: 01 September 2011
# Whom: Alexander Kojevnikov <alexander@kojevnikov.com>
#
# $FreeBSD$
#
PORTNAME= xmonad-log-applet
PORTVERSION= 2.0.0
CATEGORIES= misc
MASTER_SITES= http://cloud.github.com/downloads/alexkay/${PORTNAME}/
MAINTAINER= alexander@kojevnikov.com
COMMENT= An applet that will display Xmonad log information
INSTALLS_ICONS= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gnomepanel
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-panel=gnome2
.include <bsd.port.mk>