1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/devel/libthai/Makefile
Ade Lovett 771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00

36 lines
798 B
Makefile

# New ports collection makefile for: libthai
# Date created: 28 March 2006
# Whom: Thawatchai Piyawat <piyawat@usablelabs.com>
#
# $FreeBSD$
#
PORTNAME= libthai
PORTVERSION= 0.1.5
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://www.usablelabs.com/download/
MAINTAINER= piyawat@usablelabs.com
COMMENT= Thai language support library
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_AUTOTOOLS= automake:15 autoconf:262 libtool:15
ALL_TARGET= all check
MAN3= libthai.3 thctype.3 wtt.3
post-patch:
@${REINPLACE_CMD} -E 's,^(pkgconfigdir = ).*$$,\1$$(prefix)/libdata/pkgconfig,' \
${WRKSRC}/Makefile.am
@${REINPLACE_CMD} -e 's,15,-1.5,' -e 's,259,-2.62,' \
${WRKSRC}/autogen.sh
pre-configure:
@cd ${WRKSRC} && ${SH} autogen.sh
.include <bsd.port.mk>