freebsd-ports/devel/stdman/Makefile
Joel Bodenmann 7e6b18a387 devel/stdman: New port: Formatted C++ man pages
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)
2023-04-15 16:57:31 +02:00

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>