mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
2c93990d85
PR: 45447 Submitted by: Ports Fury
28 lines
496 B
Makefile
28 lines
496 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
|
|
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>
|