git: b7381e9514fd - main - security/libp11: Actually build docs and hide it behind DOXYGEN option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jan 2024 11:24:05 UTC
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