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