Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2024 11:24:05 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b7381e9514fd - main - security/libp11: Actually build docs and hide it behind DOXYGEN option
Message-ID:  <202401231124.40NBO5Qq030259@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b7381e9514fdd392f2bf8ab8aab5ad344c25e715

commit b7381e9514fdd392f2bf8ab8aab5ad344c25e715
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-01-23 11:12:29 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-01-23 11:23:30 +0000

    security/libp11: Actually build docs and hide it behind DOXYGEN option
    
    Sponsored by:   Serenity Cybersecurity, LLC
---
 security/libp11/Makefile | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/security/libp11/Makefile b/security/libp11/Makefile
index df83c84aae95..85feaa11fc93 100644
--- a/security/libp11/Makefile
+++ b/security/libp11/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libp11
 PORTVERSION=	0.4.12
+PORTREVISION=	1
 DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=	security devel
 
@@ -11,11 +12,15 @@ LICENSE=	LGPL21
 
 LIB_DEPENDS=	libltdl.so:devel/libltdl
 
-USES=		autoreconf cpe libtool pkgconfig ssl
+USES=		autoreconf cpe gmake libtool pkgconfig ssl
 CPE_VENDOR=	opensc_project
 CPE_PRODUCT=	opensc
 
-OPTIONS_DEFINE=	DOCS EXAMPLES
+OPTIONS_DEFINE=	DOCS DOXYGEN EXAMPLES
+
+DOXYGEN_CONFIGURE_ENABLE=	api-doc
+DOXYGEN_BUILD_DEPENDS=	doxygen:devel/doxygen
+DOXYGEN_IMPLIES=	DOCS
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	OpenSC



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