# ex:ts=8
# Ports collection makefile for:	libtre
# Date created:			Oct 14, 2002
# Whom:				ijliao
#
# $FreeBSD: ports/textproc/libtre/Makefile,v 1.6 2003/02/20 19:11:20 knu Exp $
#

PORTNAME=	libtre
PORTVERSION=	0.3.2
CATEGORIES=	textproc
MASTER_SITES=	http://kouli.iki.fi/~vlaurika/tre/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A lightweight fully POSIX compliant regexp matching library

USE_BZIP2=	yes
USE_LIBTOOL=	yes
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB=	yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500028
IGNORE=		"need wchar support"
.endif

.include <bsd.port.post.mk>
