blob: 237bec34b6df57feaa5060342ea67d2c0be32aff (
plain)
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/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>
|