23 lines
466 B
Makefile
23 lines
466 B
Makefile
COMMENT= minimal XML library
|
|
DISTNAME= mxml-2.10
|
|
CATEGORIES= textproc
|
|
|
|
SHARED_LIBS= mxml 0.2 # 1.5
|
|
|
|
HOMEPAGE= http://www.msweet.org/projects.php?Z3
|
|
|
|
# LGPLv2 with exceptions
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= http://www.msweet.org/files/project3/
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
CONFIGURE_ARGS+= --disable-threads
|
|
CONFIGURE_ENV+= LIBmxml_VERSION=${LIBmxml_VERSION}
|
|
MAKE_ENV+= LIBmxml_VERSION=${LIBmxml_VERSION}
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|