diff options
Diffstat (limited to 'textproc/icu/Makefile')
-rw-r--r-- | textproc/icu/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile index 45b38c47e42..57ad73230aa 100644 --- a/textproc/icu/Makefile +++ b/textproc/icu/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.51 2006/10/04 22:01:00 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2007/03/23 12:51:13 recht Exp $ # -DISTNAME= icu-3.4.1 +DISTNAME= icu4c-3_6-src +PKGNAME= icu-3.6 CATEGORIES= textproc MASTER_SITES= ftp://ftp.software.ibm.com/software/globalization/icu/${PKGVERSION}/ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www-306.ibm.com/software/globalization/icu/ +HOMEPAGE= http://www.icu-project.org/ COMMENT= Robust and full-featured Unicode services WRKSRC= ${WRKDIR}/${PKGBASE}/source @@ -20,10 +21,6 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-static CONFIGURE_ENV+= U_MAKE=${TOOLS_GMAKE:Q} -# ICU's configure script will automatically append "/icu" to the sysconfdir. -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR:Q} -PKG_SYSCONFSUBDIR= icu - .include "../../mk/pthread.buildlink3.mk" .if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} != "native" |