Merge from vendor branch TNF:
[pkgsrcv2.git] / textproc / ruby-native-hyperestraier / Makefile
1 # $NetBSD: Makefile,v 1.4 2009/05/25 09:48:50 obache Exp $
2 #
3 PKG_DESTDIR_SUPPORT=    user-destdir
4
5 .include "../../textproc/hyperestraier/Makefile.common"
6
7 PKGNAME=        ${RUBY_PKGPREFIX}-native-hyperestraier-1.0.0.${HYPERESTRAIER_VERSION}
8 PKGREVISION=    1
9 CATEGORIES=     textproc ruby
10
11 COMMENT=        Ruby native interface of Hyper Estaier
12 LICENSE=        gnu-lgpl-v2.1
13
14 MY_SUBDIR=      rubynative
15 BUILD_DIRS=     ${MY_SUBDIR}
16 CONFIGURE_DIRS= ${MY_SUBDIR}
17
18 GNU_CONFIGURE=          yes
19 TEST_TARGET=            check
20
21 REPLACE_RUBY=   ${MY_SUBDIR}/estcmd.rb
22
23 .include "../../textproc/hyperestraier/buildlink3.mk"
24 .include "../../lang/ruby/modules.mk"
25 .include "../../mk/bsd.pkg.mk"