diff options
author | dillo <dillo@pkgsrc.org> | 2008-01-12 14:05:17 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2008-01-12 14:05:17 +0000 |
commit | 31542ab547b6580c6bb8f8253d0faff7866a4b53 (patch) | |
tree | 32762a2710b12547b5aa26d0315396cbbad164ba /textproc/wbxml2/Makefile | |
parent | 766217f2dbaf516278f9ea7a03d69edb47d6e644 (diff) | |
download | pkgsrc-31542ab547b6580c6bb8f8253d0faff7866a4b53.tar.gz |
Initial import of wbxml2 library.
Diffstat (limited to 'textproc/wbxml2/Makefile')
-rw-r--r-- | textproc/wbxml2/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/textproc/wbxml2/Makefile b/textproc/wbxml2/Makefile new file mode 100644 index 00000000000..0e057019e55 --- /dev/null +++ b/textproc/wbxml2/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/01/12 14:05:17 dillo Exp $ +# + +DISTNAME= wbxml2-0.9.2 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wbxmllib/} + +MAINTAINER= dillo@NetBSD.org +HOMEPAGE= http://wbxmllib.sourceforge.net/ +COMMENT= Library to handle WAP binary XML files + +USE_TOOLS+= pkg-config +USE_TOOLS+= aclocal autoheader automake autoconf +USE_LANGUAGES= c c++ +USE_LIBTOOL= yes +GNU_CONFIGURE= yes + +PKGCONFIG_OVERRIDE+= libwbxml2.pc.in + +pre-configure: + cd ${WRKSRC} && \ + ${PREFIX}/bin/libtoolize && \ + aclocal && \ + autoheader && \ + automake --add-missing && \ + autoconf + +.include "../../devel/zlib/buildlink3.mk" +.include "../../textproc/expat/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |