pkgsrc/textproc/ruby-native-hyperestraier/Makefile

26 lines
623 B
Makefile
Raw Normal View History

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