mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
26 lines
497 B
Makefile
26 lines
497 B
Makefile
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>
|