mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
libxml++config.h is always #included as <libxml++config.h>, and its expected location is lib/libxml++3.0/include. Consumers fail to build otherwise as other headers in this port include <libxml++config.h>.
23 lines
462 B
Makefile
23 lines
462 B
Makefile
PORTNAME= libxml++
|
|
DISTVERSION= 3.2.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= GNOME
|
|
PKGNAMESUFFIX= 30
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= XML API for C++
|
|
WWW= https://libxmlplusplus.github.io/libxmlplusplus/
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gnome meson pkgconfig tar:xz
|
|
USE_GNOME= glibmm libxml2
|
|
USE_LDCONFIG= yes
|
|
MESON_ARGS= -Ddefault_library=both
|
|
|
|
PLIST_SUB= API_VERSION="3.0" \
|
|
VERSION="3.0"
|
|
|
|
.include <bsd.port.mk>
|