aboutsummaryrefslogtreecommitdiffstats
path: root/misc/xmonad-log-applet/Makefile
blob: 1f166ce90c16cdfcd7de336140fa930929af6f74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Alexander Kojevnikov <alexander@kojevnikov.com>
# $FreeBSD$

PORTNAME=   xmonad-log-applet
PORTVERSION=    2.0.0
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
USES=       gmake pkgconfig
USE_GNOME=  gnomeprefix gnomehack gnomepanel
GNU_CONFIGURE=  yes
CONFIGURE_ARGS+=    --with-panel=gnome2

NO_STAGE=   yes
.include <bsd.port.mk>