blob: 075a1ebe1f36176b1435c64390376be4ebef6261 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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=
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
|