Files
ports/textproc/libxml++/Makefile
T

34 lines
594 B
Makefile
Raw Normal View History

2016-02-04 09:38:03 +00:00
PORTROACH= limit:^2
2007-03-22 08:08:47 +00:00
2015-06-08 09:50:59 +00:00
COMMENT= C++ wrapper for the libxml XML parser library
2007-03-22 08:08:47 +00:00
2024-01-14 17:32:32 +00:00
GNOME_VERSION= 2.42.3
2015-06-08 09:50:59 +00:00
GNOME_PROJECT= libxml++
REVISION= 0
2011-09-08 07:39:34 +00:00
2020-10-03 10:30:20 +00:00
SHARED_LIBS += xml++-2.6 2.1 # 2.0.7
2007-03-22 08:08:47 +00:00
2015-06-08 09:50:59 +00:00
CATEGORIES= textproc
HOMEPAGE= https://libxmlplusplus.sourceforge.net/
2015-06-08 09:50:59 +00:00
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
2007-03-22 08:08:47 +00:00
2014-09-03 15:03:33 +00:00
# LGPLv2.1+
PERMIT_PACKAGE= Yes
2007-03-22 08:08:47 +00:00
2020-10-03 10:30:20 +00:00
WANTLIB += ${COMPILER_LIBCXX} glibmm-2.4 xml2
2007-03-22 08:08:47 +00:00
2020-10-03 10:30:20 +00:00
MODULES= devel/meson \
x11/gnome
2015-09-21 16:53:15 +00:00
2020-01-16 20:25:43 +00:00
DEBUG_PACKAGES = ${BUILD_PACKAGES}
# c++11
COMPILER = base-clang ports-gcc
2007-03-22 08:08:47 +00:00
2015-06-08 09:50:59 +00:00
LIB_DEPENDS= devel/glib2mm \
textproc/libxml
2007-03-22 08:08:47 +00:00
.include <bsd.port.mk>