pkgsrc/textproc/ruby-pure-hyperestraier/Makefile

27 lines
641 B
Makefile
Raw Normal View History

2009-05-25 11:48:50 +02:00
# $NetBSD: Makefile,v 1.5 2009/05/25 09:48:50 obache Exp $
#
2008-06-20 03:09:05 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../textproc/hyperestraier/Makefile.common"
PKGNAME= ${RUBY_PKGPREFIX}-pure-hyperestraier-1.0.0.${HYPERESTRAIER_VERSION}
PKGREVISION= 1
CATEGORIES= textproc ruby
COMMENT= Ruby pure interface of Hyper Estaier
2009-05-25 11:48:50 +02:00
LICENSE= gnu-lgpl-v2.1
MY_SUBDIR= rubypure
BUILD_DIRS= ${MY_SUBDIR}
CONFIGURE_DIRS= ${MY_SUBDIR}
GNU_CONFIGURE= yes
TEST_TARGET= check
RUBY_HAS_ARCHLIB= no
REPLACE_RUBY= ${MY_SUBDIR}/estcall.rb
.include "../../textproc/hyperestraier/buildlink3.mk"
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"