Import hunspell-ar-20080110 as textproc/hunspell-ar.
[pkgsrc.git] / textproc / ruby18-libxml / Makefile
1 # $NetBSD$
2 #
3
4 DISTNAME=       libxml-ruby-0.3.8.4
5 PKGNAME=        ${RUBY_PKGPREFIX}-${DISTNAME:C/ruby-//}
6 CATEGORIES=     textproc ruby
7 MASTER_SITES=   http://rubyforge.org/frs/download.php/15237/
8
9 MAINTAINER=     pkgsrc-users@NetBSD.org
10 HOMEPAGE=       http://libxml.rubyforge.org/
11 COMMENT=        libxml2 interface module for Ruby
12
13 RUBY_HAS_ARCHLIB=       yes
14 USE_RUBY_EXTCONF=       yes
15 RUBY_EXTCONF_SUBDIRS=   ext/xml
16
17 CONFIGURE_ARGS+=        --with-xml2-include=${BUILDLINK_PREFIX.libxml2}/include/libxml2
18
19 .include "../../lang/ruby/modules.mk"
20 .include "../../devel/zlib/buildlink3.mk"
21 .include "../../converters/libiconv/buildlink3.mk"
22 .include "../../textproc/libxml2/buildlink3.mk"
23 .include "../../mk/bsd.pkg.mk"