2012-10-25 08:55:37 +02:00
|
|
|
# $NetBSD: Makefile,v 1.7 2012/10/25 06:56:58 asau Exp $
|
2006-11-17 16:45:46 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
.include "../../textproc/hyperestraier/Makefile.common"
|
|
|
|
|
|
|
|
PKGNAME= ${RUBY_PKGPREFIX}-pure-hyperestraier-1.0.0.${HYPERESTRAIER_VERSION}
|
2008-06-19 17:18:31 +02:00
|
|
|
PKGREVISION= 1
|
2006-11-17 16:45:46 +01:00
|
|
|
CATEGORIES= textproc ruby
|
|
|
|
|
|
|
|
COMMENT= Ruby pure interface of Hyper Estaier
|
2009-05-25 11:48:50 +02:00
|
|
|
LICENSE= gnu-lgpl-v2.1
|
2006-11-17 16:45:46 +01:00
|
|
|
|
|
|
|
MY_SUBDIR= rubypure
|
|
|
|
BUILD_DIRS= ${MY_SUBDIR}
|
|
|
|
CONFIGURE_DIRS= ${MY_SUBDIR}
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
TEST_TARGET= check
|
|
|
|
|
|
|
|
REPLACE_RUBY= ${MY_SUBDIR}/estcall.rb
|
|
|
|
|
|
|
|
.include "../../textproc/hyperestraier/buildlink3.mk"
|
|
|
|
.include "../../lang/ruby/modules.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|