summaryrefslogtreecommitdiff
path: root/sysutils/libcpuid/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/libcpuid/Makefile')
-rw-r--r--sysutils/libcpuid/Makefile15
1 files changed, 9 insertions, 6 deletions
diff --git a/sysutils/libcpuid/Makefile b/sysutils/libcpuid/Makefile
index 83881b8777ed..de888c78806f 100644
--- a/sysutils/libcpuid/Makefile
+++ b/sysutils/libcpuid/Makefile
@@ -1,7 +1,7 @@
PORTNAME= libcpuid
-PORTVERSION= 0.8.0
+DISTVERSION= 0.8.1
CATEGORIES= sysutils
-MASTER_SITES= https://github.com/anrieff/libcpuid/releases/download/v${PORTVERSION}/
+MASTER_SITES= https://github.com/anrieff/libcpuid/releases/download/v${DISTVERSION}/
MAINTAINER= danfe@FreeBSD.org
COMMENT= Small x86 CPU identification library
@@ -11,16 +11,19 @@ LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool pathfix python:test shebangfix
-GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+SHEBANG_FILES= tests/run_tests.py
+GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
TEST_TARGET= test
-SHEBANG_FILES= tests/run_tests.py
-
PORTDOCS= AUTHORS ChangeLog Readme.md
-OPTIONS_DEFINE= DOCS
+OPTIONS_DEFINE= DOCS MANPAGES
+OPTIONS_SUB= yes
+
+MANPAGES_BUILD_DEPENDS= doxygen:devel/doxygen
+MANPAGES_CONFIGURE_ENV_OFF= ac_cv_prog_DOXYGEN=
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}