aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2024-01-23 11:12:29 +0000
committerGleb Popov <arrowd@FreeBSD.org>2024-01-23 11:23:30 +0000
commitb7381e9514fdd392f2bf8ab8aab5ad344c25e715 (patch)
treecf8b2d1cd7080d297a586a9cec570d470f3b6403
parent8a8695e5abefba15ff1bb78d71a3551a48a5b5e9 (diff)
downloadports-b7381e9514fdd392f2bf8ab8aab5ad344c25e715.tar.gz
ports-b7381e9514fdd392f2bf8ab8aab5ad344c25e715.zip
security/libp11: Actually build docs and hide it behind DOXYGEN option
Sponsored by: Serenity Cybersecurity, LLC
-rw-r--r--security/libp11/Makefile9
1 files 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