aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-03-25 21:47:11 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-03-25 21:47:11 +0000
commit083d555fe65554193fd5ad6ffbfb6053c53a5993 (patch)
treef43dca217a41ed82336555511caba62b6e9e12f2 /deskutils
parentee2b05db1279c497528b100ad1be955108295b37 (diff)
downloadports-083d555fe65554193fd5ad6ffbfb6053c53a5993.tar.gz
ports-083d555fe65554193fd5ad6ffbfb6053c53a5993.zip
- adopt optionsNG
- trim historical header Approved by: portmgr (miwi)
Notes
Notes: svn path=/head/; revision=315248
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/q4wine/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/deskutils/q4wine/Makefile b/deskutils/q4wine/Makefile
index 4abf1b42c438..f07316700665 100644
--- a/deskutils/q4wine/Makefile
+++ b/deskutils/q4wine/Makefile
@@ -1,7 +1,4 @@
-# New ports collection makefile for: q4wine
-# Date created: 05 Feb 2009
-# Whom: Sergey V. Dyatko <sergey.dyatko@gmail.com>
-#
+# Created by: Sergey V. Dyatko <sergey.dyatko@gmail.com>
# $FreeBSD$
PORTNAME= q4wine
@@ -31,14 +28,15 @@ MAN1= q4wine-cli.1 q4wine-helper.1 q4wine.1
USES= cmake
CMAKE_ARGS+= -DMANPAGE_ENTRY_PATH=${MANPREFIX}/man/
-OPTIONS= DBUS "Enable DBus notification support" on
+OPTIONS_DEFINE= DBUS
+OPTIONS_DEFAULT= DBUS
.include <bsd.port.options.mk>
-.if defined(WITHOUT_DBUS)
-CMAKE_ARGS+= -DWITH_DBUS:BOOL=OFF
-.else
+.if ${PORT_OPTIONS:MDBUS}
USE_QT4+= dbus
+.else
+CMAKE_ARGS+= -DWITH_DBUS:BOOL=OFF
.endif
post-install: