summaryrefslogtreecommitdiff
path: root/textproc/libtre/Makefile
blob: 977a5fce4e2ec2f3951b75b3a85e1d77c24c99fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# ex:ts=8
# Ports collection makefile for:	libtre
# Date created:			Oct 14, 2002
# Whom:				ijliao
#
# $FreeBSD$
#

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

MAINTAINER=	ports@FreeBSD.org

PORTCOMMENT=	A lightweight fully POSIX compliant regexp matching library

USE_BZIP2=	yes
USE_LIBTOOL=	yes
INSTALLS_SHLIB=	yes

.include <bsd.port.pre.mk>

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

.include <bsd.port.post.mk>