Date: Sun, 29 Sep 2013 10:44:54 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328666 - head/comms/openobex Message-ID: <201309291044.r8TAisBk001351@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Sun Sep 29 10:44:54 2013 New Revision: 328666 URL: http://svnweb.freebsd.org/changeset/ports/328666 Log: - Support staging - Use options helpers Modified: head/comms/openobex/Makefile Modified: head/comms/openobex/Makefile ============================================================================== --- head/comms/openobex/Makefile Sun Sep 29 10:41:24 2013 (r328665) +++ head/comms/openobex/Makefile Sun Sep 29 10:44:54 2013 (r328666) @@ -20,15 +20,8 @@ OPTIONS_DEFINE= DOXYGEN OPTIONS_DEFAULT+= DOXYGEN .endif -NO_STAGE= yes -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MDOXYGEN} -BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen -PLIST_SUB+= DOXYGEN="" -.else -CMAKE_ARGS+= -DBUILD_DOCUMENTATION=OFF -PLIST_SUB+= DOXYGEN="@comment " -.endif +OPTIONS_SUB=yes +DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen +DOXYGEN_CMAKE_OFF= -DBUILD_DOCUMENTATION=OFF .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309291044.r8TAisBk001351>