Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Feb 2013 12:07:29 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311709 - head/devel/libdbusmenu-qt
Message-ID:  <201302051207.r15C7T4m065070@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Tue Feb  5 12:07:28 2013
New Revision: 311709
URL: http://svnweb.freebsd.org/changeset/ports/311709

Log:
  - Convert last kde@ port to new options framework \o/

Modified:
  head/devel/libdbusmenu-qt/Makefile   (contents, props changed)

Modified: head/devel/libdbusmenu-qt/Makefile
==============================================================================
--- head/devel/libdbusmenu-qt/Makefile	Tue Feb  5 12:01:24 2013	(r311708)
+++ head/devel/libdbusmenu-qt/Makefile	Tue Feb  5 12:07:28 2013	(r311709)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libdbusmenu-qt
-# Date created:				2010-05-10
-# Whom:					Dima Panov <fluffy@FreeBSD.org>
-#
+# Created by: Dima Panov <fluffy@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	libdbusmenu-qt
 PORTVERSION=	0.9.2
@@ -15,23 +11,21 @@ MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Qt4 implementation of the DBusMenu protocol
 
 LICENSE=	LGPL20
-LICENSE_FILE=	${WRKSRC}/COPYING
 
+USE_QT4=	dbus gui xml \
+		moc_build qmake_build rcc_build uic_build
 FETCH_ARGS=	-Fpr
 USE_BZIP2=	yes
 USE_CMAKE=	yes
-USE_QT4=	dbus gui xml \
-		moc_build qmake_build rcc_build uic_build
-USE_LDCONFIG=	yes
-
-CMAKE_OUTSOURCE=	yes
+CMAKE_OUTSOURCE=yes
 MAKE_JOBS_SAFE=	yes
+USE_LDCONFIG=	yes
 
-OPTIONS=	DOCS "Install API documentation (requires Doxygen)" off
+OPTIONS_DEFINE=	DOXYGEN
 
 .include <bsd.port.options.mk>
 
-.if defined(WITH_DOCS)
+.if ${PORT_OPTIONS:MDOXYGEN}
 BUILD_DEPENDS+=	doxygen:${PORTSDIR}/devel/doxygen
 PORTDOCS=	*
 CMAKE_ARGS+=	-DDOC_INSTALL_DIR:PATH="${DOCSDIR_REL}"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302051207.r15C7T4m065070>