7e6b18a387
stdman is a tool that parses archived HTML files from cppreference and generates groff-formatted manual pages for Unix-based systems. The goal is to provide excellent formatting for easy readability. Approved by: tcberner (mentor, implicit)
23 lines
376 B
Makefile
23 lines
376 B
Makefile
PORTNAME= stdman
|
|
DISTVERSION= 2022.07.30
|
|
CATEGORIES= devel docs
|
|
|
|
MAINTAINER= jbo@insane.engineer
|
|
COMMENT= Formatted C++20 stdlib man pages
|
|
WWW= https://github.com/jeaye/stdman
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= bash:shells/bash
|
|
|
|
USES= gmake
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jeaye
|
|
|
|
HAS_CONFIGURE= yes
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
.include <bsd.port.mk>
|