blob: a7e0c6978046efe2095097b3da261dc2b168af06 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Roman Bogorodskiy <novel@FreeBSD.org>
# $FreeBSD$
PKGNAMESUFFIX= -awesome
MAINTAINER= ntarmos@ceid.upatras.gr
COMMENT= An advanced, highly configurable system monitor (configured for x11-wm/awesome)
MASTERDIR= ${.CURDIR}/../conky
DESCR= ${.CURDIR}/pkg-descr
CONFLICTS= conky-[0-9]*
OPTIONS_EXCLUDE= X11
OPTIONS_GROUP=
OPTIONS_DEFAULT=
.include "${MASTERDIR}/Makefile"
|