From owner-svn-ports-all@FreeBSD.ORG Tue Feb 5 12:07:29 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id AB319E91; Tue, 5 Feb 2013 12:07:29 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9E14B291; Tue, 5 Feb 2013 12:07:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r15C7TsS065071; Tue, 5 Feb 2013 12:07:29 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r15C7T4m065070; Tue, 5 Feb 2013 12:07:29 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201302051207.r15C7T4m065070@svn.freebsd.org> From: Max Brazhnikov Date: Tue, 5 Feb 2013 12:07:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311709 - head/devel/libdbusmenu-qt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 12:07:29 -0000 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 -# +# Created by: Dima Panov # $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 -.if defined(WITH_DOCS) +.if ${PORT_OPTIONS:MDOXYGEN} BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen PORTDOCS= * CMAKE_ARGS+= -DDOC_INSTALL_DIR:PATH="${DOCSDIR_REL}"