freebsd-ports/devel/icu/Makefile
Mark Linimon 7d7bfa8e74 Per bento logs, advise anyone trying to use this port on the 64-bit
architectures that they need to upgrade.  (Since the 2.x version has
been out for a couple of years, this port should probably just be
removed unless anyone sees a reason not to.)
2003-12-19 08:21:43 +00:00

31 lines
791 B
Makefile

# New ports collection makefile for: icu
# Date created: 22 Jan 2001
# Whom: dwm
#
# $FreeBSD$
#
PORTNAME= icu
PORTVERSION= 1.7
CATEGORIES= devel
MASTER_SITES= http://oss.software.ibm.com/developerworks/opensource/icu/project/download/${PORTVERSION}/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= International Components for Unicode (from IBM)(old version)
WRKSRC= ${WRKDIR}/${PORTNAME}/source
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS+=--disable-shared --enable-static
CONFIGURE_ENV= CXXFLAGS="-O3"
CONFIGURE_ENV+= CFLAGS="-O3"
.include <bsd.port.pre.mk>
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "sparc64"
IGNORE= "does not build on this architecture, use devel/icu2 instead"
.endif
.include <bsd.port.post.mk>