freebsd-ports/misc/xmonad-log-applet/Makefile

24 lines
576 B
Makefile
Raw Normal View History

# 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
2012-06-01 07:26:28 +02:00
PORTREVISION= 1
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>