blob: 5826e74bf5242dedfc2933af60b190d955973644 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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"
|