9a1f2c86fd
Submitted by: adamw Approved by: maintainer (novel)
24 lines
509 B
Makefile
24 lines
509 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
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/files/patch-*
|
|
|
|
CONFLICTS= conky-[0-9]*
|
|
|
|
USE_XORG=
|
|
USE_GNOME= pkgconfig
|
|
CONFIGURE_ARGS+= --disable-x11
|
|
|
|
.include "${MASTERDIR}/Makefile"
|