diff options
Diffstat (limited to 'misc/xmonad-log-applet/Makefile')
-rw-r--r-- | misc/xmonad-log-applet/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/misc/xmonad-log-applet/Makefile b/misc/xmonad-log-applet/Makefile deleted file mode 100644 index d98d4459a398..000000000000 --- a/misc/xmonad-log-applet/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# 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> |