mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
34 lines
756 B
Makefile
34 lines
756 B
Makefile
COMMENT= minimal XML library
|
|
|
|
# 3.x changes license to Apache + exception for linking from GPLv2-only code
|
|
# 3.x and 4.x both have API changes breaking existing ports
|
|
# 4.x requires C99 (n.b. base-gcc archs)
|
|
V= 2.12
|
|
REVISION= 0
|
|
DISTNAME= mxml-$V
|
|
CATEGORIES= textproc
|
|
|
|
SHARED_LIBS= mxml 0.3 # 1.6
|
|
|
|
HOMEPAGE= https://www.msweet.org/mxml/
|
|
|
|
# LGPLv2 with exceptions
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c z
|
|
|
|
SITES= https://github.com/michaelrsweet/mxml/releases/download/v$V/
|
|
|
|
CONFIGURE_STYLE= autoconf dest no-autoheader
|
|
|
|
AUTOCONF_VERSION= 2.69
|
|
BUILD_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS}
|
|
CONFIGURE_ENV= LIBmxml_VERSION=${LIBmxml_VERSION}
|
|
MAKE_ENV= LIBmxml_VERSION=${LIBmxml_VERSION}
|
|
|
|
CONFIGURE_ARGS= --disable-threads
|
|
|
|
TEST_TARGET= testmxml
|
|
|
|
.include <bsd.port.mk>
|