COMMENT=	command line parser generator

DISTNAME=	clo++-0.3.0
REVISION=	9
CATEGORIES=	textproc

# BSD
PERMIT_PACKAGE=	Yes

WANTLIB += c iconv m pthread ${COMPILER_LIBCXX} xml2>=6 z

COMPILER=	base-clang ports-gcc base-gcc

SITES=		https://spacehopper.org/mirrors/

LIB_DEPENDS=	converters/libiconv \
		textproc/libxml

CONFIGURE_STYLE= gnu

post-install:
	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/clo++
	${INSTALL_DATA} ${WRKSRC}/doc/handbook.html ${PREFIX}/share/doc/clo++

.include <bsd.port.mk>
