aboutsummaryrefslogtreecommitdiff
path: root/x11/xfce4-verve-plugin
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-10-06 22:54:38 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-10-06 22:54:38 +0000
commit24adbadbde03e7b998c00044bea72e3b1c406fa2 (patch)
treeb69399eceaaaadb135d7acede13c759f5d66c6ca /x11/xfce4-verve-plugin
parentdda11fb8cf91221a894c760fe3cadf5c4f677cc0 (diff)
downloadports-24adbadbde03e7b998c00044bea72e3b1c406fa2.tar.gz
ports-24adbadbde03e7b998c00044bea72e3b1c406fa2.zip
Notes
Diffstat (limited to 'x11/xfce4-verve-plugin')
-rw-r--r--x11/xfce4-verve-plugin/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/x11/xfce4-verve-plugin/Makefile b/x11/xfce4-verve-plugin/Makefile
index eec56f090232..fb66f3c635e7 100644
--- a/x11/xfce4-verve-plugin/Makefile
+++ b/x11/xfce4-verve-plugin/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: verve plugin for xfce4
-# Date created: 11 September 2007
-# Whom: Martin Wilke (miwi@FreeBSD.org)
-#
+# Created by: Martin Wilke (miwi@FreeBSD.org)
# $FreeBSD$
-#
PORTNAME= verve-plugin
PORTVERSION= 1.0.0
@@ -29,12 +25,11 @@ USE_XFCE= configenv panel libexo libgui libutil
CONFIGURE_ARGS= --disable-debug
-OPTIONS= NLS "Enable Native Language Support" on \
- DBUS "Enable D-BUS support" on
+OPTIONS_DEFINE= NLS DBUS
.include <bsd.port.pre.mk>
-.if !defined(WITHOUT_NLS)
+.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT= yes
CONFIGURE_ARGS+=--enable-nls
PLIST_SUB+= NLS=""
@@ -43,7 +38,7 @@ CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif
-.if !defined(WITHOUT_DBUS)
+.if ${PORT_OPTIONS:MDBUS}
LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
CONFIGURE_ARGS+=--enable-dbus
PLIST_SUB+= DBUS=""