3197ceae9abb7b4afe286587529252b7961dc722
[pkgsrc.git] / textproc / oniguruma / Makefile
1 # $NetBSD: Makefile,v 1.2 2008/08/10 01:19:46 obache Exp $
2 #
3
4 DISTNAME=       onig-5.9.1
5 PKGNAME=        ${DISTNAME:S/onig/oniguruma/}
6 CATEGORIES=     devel
7 MASTER_SITES=   http://www.geocities.jp/kosako3/oniguruma/archive/
8
9 PKG_DESTDIR_SUPPORT=    user-destdir
10
11 MAINTAINER=     ahoka@NetBSD.org
12 HOMEPAGE=       http://www.geocities.jp/kosako3/oniguruma/
13 COMMENT=        Regular expressions library
14
15 GNU_CONFIGURE=  yes
16 USE_LIBTOOL=    yes
17
18 TEST_TARGET=    atest
19
20 .include "../../mk/bsd.pkg.mk"