Minor release for 1.2 branch (v1.2.3): - v1.2 is now in maintanance mode, 1.4 is the development version - Documentation improvements - Minor obscure bug fixes - Improvements to test code Bugfix release for 1.2 branch (v1.2.2): - Fixed a few typos - Fixed ZshCompletionOutput - Fixed brief output with TCLAP_NAMESTRING defined - Initialize theDelimiter (supress warning) in DocBookOutput - Fixed an issue with config.h and compiling on systems without sstream.h - Fixed } outside of include guards in ArgTraits.h
18 lines
430 B
Makefile
18 lines
430 B
Makefile
# $NetBSD: Makefile,v 1.6 2021/01/09 21:14:19 adam Exp $
|
|
|
|
DISTNAME= tclap-1.2.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tclap/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://tclap.sourceforge.net/
|
|
COMMENT= Templatized C++ Command Line Parser Library
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --disable-doxygen
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|