freebsd-ports/sysutils/conky-awesome/Makefile
Adam Weinberger 47cc9f7670 Transfer maintainership over to Nikos Ntarmos, the maintainer
of conky proper, who has agreed to take on this port as well.
Thanks, Nikos!
2009-06-17 17:56:41 +00:00

24 lines
540 B
Makefile

# New ports collection makefile for: conky
# Date created: 2005-08-27
# Whom: Roman Bogorodskiy <novel@FreeBSD.org>
#
# $FreeBSD$
#
PKGNAMESUFFIX= -awesome
MAINTAINER= ntarmos@cs.uoi.gr
COMMENT= An advanced, highly configurable system monitor (configured for x11-wm/awesome)
MASTERDIR= ${.CURDIR}/../../sysutils/conky
DESCR= ${.CURDIR}/pkg-descr
EXTRA_PATCHES= ${.CURDIR}/files/patch-*
CONFLICTS= conky-[0-9]*
USE_XORG= # This is a comment
USE_GNOME= pkgconfig
CONFIGURE_ARGS+= --disable-x11
.include "${MASTERDIR}/Makefile"