9e7a1ba4b9
not use libtool to do so. This is required to correctly depend upon a gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
18 lines
420 B
Makefile
18 lines
420 B
Makefile
# $NetBSD: Makefile,v 1.8 2014/03/13 11:08:53 jperkin Exp $
|
|
|
|
DISTNAME= oniguruma-1.1.0
|
|
PKGREVISION= 2
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://oniguruma.rubyforge.org/
|
|
COMMENT= Fast regular expression library
|
|
LICENSE= modified-bsd
|
|
|
|
USE_GCC_RUNTIME= yes
|
|
|
|
USE_TOOLS+= pax
|
|
|
|
.include "../../textproc/oniguruma/buildlink3.mk"
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|