8e4cc3e507
The WBXML Library (libwbxml) contains a library and its associated tools to parse, encode and handle WBXML documents. The WBXML format is a binary representation of XML, defined by the Wap Forum, and used to reduce bandwidth in mobile communications. from Vadim Zhukov feedback/ok sthen@
30 lines
646 B
Makefile
30 lines
646 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/10/24 20:27:40 jasper Exp $
|
|
|
|
CATEGORIES = textproc devel
|
|
COMMENT = C library for handling WBXML documents
|
|
DISTNAME = libwbxml-0.11.0
|
|
HOMEPAGE = http://libwbxml.aymerick.com/
|
|
|
|
SHARED_LIBS += wbxml2 0.0 # 1.0
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=libwbxml/}
|
|
|
|
# LGPLv2.1+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
WANTLIB += c expat
|
|
|
|
SEPARATE_BUILD = simple
|
|
USE_LIBTOOL = Yes
|
|
|
|
MODULES = devel/cmake
|
|
|
|
CONFIGURE_ARGS += -DCHECK_FOUND=1 \
|
|
-DWBXML_LIB_VERBOSE=ON \
|
|
-DLIBWBXML_INCLUDE_DIR=${PREFIX}/include
|
|
|
|
.include <bsd.port.mk>
|