svn commit: r328666 - head/comms/openobex

Guido Falsi madpilot at FreeBSD.org
Sun Sep 29 10:44:54 UTC 2013


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>


More information about the svn-ports-all mailing list