freebsd-ports/textproc/libtre/Makefile
Ying-Chieh Liao 2dc9facce7 add libtre 0.3.2
A lightweight fully POSIX compliant regexp matching library
2002-10-14 09:02:32 +00:00

26 lines
430 B
Makefile

# 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
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>