blob: d98d4459a398cf50c01a088f143a778846c4cc2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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= Applet that will display Xmonad log information
INSTALLS_ICONS= yes
USES= gmake pkgconfig pathfix
USE_GNOME= gnomeprefix gnomepanel
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-panel=gnome2
.include <bsd.port.mk>
|