summaryrefslogtreecommitdiff
path: root/devel/tre/Makefile
blob: 418a3348ade54998f11362e5c1bb6685b4592c34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: Makefile,v 1.6 2007/10/13 10:52:30 adrianp Exp $

DISTNAME=	tre-0.7.5
PKGREVISION=	2
CATEGORIES=	devel
MASTER_SITES=	http://laurikari.net/tre/

MAINTAINER=	adrianp@NetBSD.org
HOMEPAGE=	http://laurikari.net/tre/
COMMENT=	Lightweight and robust POSIX compliant regexp matching library

GNU_CONFIGURE=		YES
USE_LIBTOOL=		YES

CONFIGURE_ARGS+=	--disable-agrep
CONFIGURE_ARGS+=	--disable-system-abi

.include "../../mk/bsd.pkg.mk"