aboutsummaryrefslogtreecommitdiffstats
path: root/palm/synce-vdccm
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-02-21 04:24:24 +0800
committerbapt <bapt@FreeBSD.org>2013-02-21 04:24:24 +0800
commita8e0d4b726ba3b75a360a51d534badb080db0242 (patch)
treec9f08f674eb1a4956f535a292ab9207e461170b9 /palm/synce-vdccm
parent7aa02ef108a09c73e5c4f289af91f7e333f99277 (diff)
downloadfreebsd-ports-gnome-a8e0d4b726ba3b75a360a51d534badb080db0242.tar.gz
freebsd-ports-gnome-a8e0d4b726ba3b75a360a51d534badb080db0242.tar.zst
freebsd-ports-gnome-a8e0d4b726ba3b75a360a51d534badb080db0242.zip
Convert to new options framework
Diffstat (limited to 'palm/synce-vdccm')
-rw-r--r--palm/synce-vdccm/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/palm/synce-vdccm/Makefile b/palm/synce-vdccm/Makefile
index acd76a6392d4..48f12beed7dd 100644
--- a/palm/synce-vdccm/Makefile
+++ b/palm/synce-vdccm/Makefile
@@ -1,7 +1,4 @@
-# New ports collection makefile for: synce-dccm
-# Date created: 14 June 2003
-# Whom: Sam Lawrance <boris@brooknet.com.au>
-#
+# Created by: Sam Lawrance <boris@brooknet.com.au>
# $FreeBSD$
PORTNAME= vdccm
@@ -15,7 +12,9 @@ COMMENT= Listener daemon for connections from WinCE devices
LIB_DEPENDS= synce.0:${PORTSDIR}/palm/synce-libsynce
-OPTIONS= DESKTOP "Enable desktop integration" on
+OPTIONS_DEFINE= DESKTOP
+OPTIONS_DEFAULT= DESKTOP
+DESKTOP_DESC= Desktop integration
MAKE_JOBS_SAFE= yes
@@ -34,7 +33,7 @@ PLIST_FILES= bin/triggerconnection bin/${PORTNAME}
BROKEN= Does not compile on powerpc
.endif
-.if defined(WITH_DESKTOP)
+.if ${PORT_OPTIONS:MDESKTOP}
CONFIGURE_ARGS+= --enable-desktop-integration=yes
LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
hal.1:${PORTSDIR}/sysutils/hal