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