freebsd-ports/textproc/iiimf-protocol-lib/Makefile
Jeremy Messenger 782bd67eaa Fix the build w/ libtool22. The previous tested in pointyhat-exp doesn't
catch this, because pointyhat-exp was amd64 and this port only limited to
i386.

Reported by:	erwin (ran i386 8-exp)
2009-08-03 22:41:02 +00:00

49 lines
1.3 KiB
Makefile

# New ports collection makefile for: iiimf-protocol-lib
# Date created: 6 Dec 2003
# Whom: Kuang-che Wu <kcwu@csie.org>
#
# $FreeBSD$
#
PORTNAME= protocol-lib
PORTVERSION= 12.2
PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/
PKGNAMEPREFIX= iiimf-
DISTNAME= iiimf-src-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Internet/Intranet Input Method Framework protocol library
ONLY_FOR_ARCHS= i386
USE_LDCONFIG= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:22:env
WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//}
BUILDDIR= ${WRKSRC}/lib/iiimp
.include <bsd.port.pre.mk>
CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
post-patch:
${REINPLACE_CMD} \
-e '/^pkgconfigdir/s,$$(libdir),%%PREFIX%%/libdata,g' \
${BUILDDIR}/Makefile.am
${REINPLACE_CMD} \
-e "s,%%LOCALBASE%%,${LOCALBASE},g" \
-e "s,%%PREFIX%%,${PREFIX},g" \
${WRKSRC}/Makefile ${BUILDDIR}/Makefile.am
do-configure:
@cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${GMAKE} reconfig
@${REINPLACE_CMD} -e "/^ltmain=/!s^\$$ac_aux_dir/ltmain.sh^${LIBTOOLFLAGS} ${LTMAIN}^g" \
-e '/^LIBTOOL=/s^\$$(top_builddir)/libtool^${LIBTOOL}^g' \
${BUILDDIR}/configure
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${GMAKE} config
.include <bsd.port.post.mk>