openbsd-ports/devel/tclap/Makefile
2022-03-11 18:49:30 +00:00

22 lines
367 B
Makefile

COMMENT= templatized C++ command line parser
DISTNAME= tclap-1.2.2
CATEGORIES= devel
HOMEPAGE= http://tclap.sourceforge.net/
# MIT
PERMIT_PACKAGE= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tclap/}
# tclap is implemented using only header files
PKG_ARCH= *
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS += --disable-doxygen
.include <bsd.port.mk>