24 lines
589 B
Makefile
24 lines
589 B
Makefile
# $NetBSD: Makefile,v 1.7 2012/10/25 06:56:58 asau Exp $
|
|
#
|
|
|
|
.include "../../textproc/hyperestraier/Makefile.common"
|
|
|
|
PKGNAME= ${RUBY_PKGPREFIX}-native-hyperestraier-1.0.0.${HYPERESTRAIER_VERSION}
|
|
PKGREVISION= 2
|
|
CATEGORIES= textproc ruby
|
|
|
|
COMMENT= Ruby native interface of Hyper Estaier
|
|
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"
|