aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libtre/Makefile
blob: a1beb8b83c1ffed09db1314d52c38e585ec6b319 (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
# 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
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>