diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-02-14 21:00:12 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-02-14 21:00:12 +0000 |
commit | fc736e5c469c4b27aa5f12c01f49ede33d857c37 (patch) | |
tree | 6fdb2050337bd1a9aa5bc750f1c8f54bdc440030 /sysutils/conky-awesome/Makefile | |
parent | 1705b675b9cbaf0b5392475cc8411c12e904e854 (diff) |
Notes
Diffstat (limited to 'sysutils/conky-awesome/Makefile')
-rw-r--r-- | sysutils/conky-awesome/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/sysutils/conky-awesome/Makefile b/sysutils/conky-awesome/Makefile index 713b9c81d97d..a7e0c6978046 100644 --- a/sysutils/conky-awesome/Makefile +++ b/sysutils/conky-awesome/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: conky -# Date created: 2005-08-27 -# Whom: Roman Bogorodskiy <novel@FreeBSD.org> -# +# Created by: Roman Bogorodskiy <novel@FreeBSD.org> # $FreeBSD$ -# PKGNAMESUFFIX= -awesome -MAINTAINER= ntarmos@cs.uoi.gr +MAINTAINER= ntarmos@ceid.upatras.gr COMMENT= An advanced, highly configurable system monitor (configured for x11-wm/awesome) MASTERDIR= ${.CURDIR}/../conky @@ -15,6 +11,8 @@ DESCR= ${.CURDIR}/pkg-descr CONFLICTS= conky-[0-9]* -USE_XORG= # This is a comment +OPTIONS_EXCLUDE= X11 +OPTIONS_GROUP= +OPTIONS_DEFAULT= .include "${MASTERDIR}/Makefile" |