04b1ac5cac
Conky-awesome is the conky X-based system monitor ported to the awesome window manager. Submitted by: adamw Conky diffs approved by: novel
23 lines
484 B
Makefile
23 lines
484 B
Makefile
# New ports collection makefile for: conky
|
|
# Date created: 2005-08-27
|
|
# Whom: Roman Bogorodskiy <novel@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -awesome
|
|
|
|
MAINTAINER= adamw@FreeBSD.org
|
|
COMMENT= An advanced, highly configurable system monitor (configured for x11-wm/awesome)
|
|
|
|
MASTERDIR= ${.CURDIR}/../conky
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PATCHDIR= ${.CURDIR}/files
|
|
|
|
CONFLICTS= conky-[0-9]*
|
|
|
|
USE_XORG=
|
|
USE_GNOME=
|
|
CONFIGURE_ARGS+= --disable-x11
|
|
|
|
.include "${MASTERDIR}/Makefile"
|