2023-08-16 22:26:55 +00:00
|
|
|
COMMENT = validating XML parser written in a portable subset of C++
|
|
|
|
|
2023-08-18 18:38:43 +00:00
|
|
|
DISTNAME = xerces-c-3.2.4
|
2023-08-16 22:26:55 +00:00
|
|
|
CATEGORIES = textproc devel
|
|
|
|
|
|
|
|
SHARED_LIBS += xerces-c 0.0
|
|
|
|
|
|
|
|
HOMEPAGE = https://xerces.apache.org/xerces-c/
|
|
|
|
|
|
|
|
# Apache 2.0
|
|
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
|
|
|
|
MASTER_SITES = https://www.apache.org/dist/xerces/c/3/sources/
|
|
|
|
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} icudata icui18n icuuc m
|
|
|
|
|
|
|
|
COMPILER = base-clang ports-gcc base-gcc
|
|
|
|
|
|
|
|
LIB_DEPENDS = textproc/icu4c
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
|
|
|
|
CONFIGURE_ARGS += --disable-static \
|
|
|
|
--disable-network
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
rm ${PREFIX}/lib/*.{a,la}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|