aboutsummaryrefslogtreecommitdiff
path: root/sysutils/conky/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-07-12 03:15:52 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-07-12 03:15:52 +0000
commitae61f5a2643c40ee46e6bb7e8c609aa3ffa57fa8 (patch)
treea01a0326276cfb0b1e4685cb6f23311d821ebf51 /sysutils/conky/Makefile
parentd577018019385846190dc0ffb17293cad2a7538f (diff)
downloadports-ae61f5a2643c40ee46e6bb7e8c609aa3ffa57fa8.tar.gz
ports-ae61f5a2643c40ee46e6bb7e8c609aa3ffa57fa8.zip
Notes
Diffstat (limited to 'sysutils/conky/Makefile')
-rw-r--r--sysutils/conky/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/sysutils/conky/Makefile b/sysutils/conky/Makefile
index 9fd6cdf8a86f..60aac1810bdc 100644
--- a/sysutils/conky/Makefile
+++ b/sysutils/conky/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= conky
-PORTVERSION= 1.7.2
-PORTREVISION= 7
+PORTVERSION= 1.8.0
CATEGORIES= sysutils
MASTER_SITES= SF
@@ -40,6 +39,7 @@ OPTIONS+= APCUPSD "Enable APCUPSD support" Off \
AUDACIOUS "Enable Audacious support" Off \
BMPX "Enable BMPX support" Off \
MPD "Enable MPD support" Off \
+ NCURSES "Enable ncurses support" Off \
RSS "Enable RSS support" Off \
METAR "Enable METAR Weather support" Off \
XOAP "Enable XOAP Weather support" Off \
@@ -115,6 +115,12 @@ BUILD_DEPENDS+= tolua++-5.1:${PORTSDIR}/lang/tolua++
CONFIGURE_ARGS+= --enable-lua-imlib2
.endif
+.if defined(WITH_NCURSES)
+CONFIGURE_ARGS+= --enable-ncurses
+.else
+CONFIGURE_ARGS+= --disable-ncurses
+.endif
+
.if defined(WITH_XFT)
LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft
CONFIGURE_ARGS+= --enable-xft