GARNAME = icu GARVERSION = 3.6 CATEGORIES = sys MASTER_SITES = ftp://ftp.software.ibm.com/software/globalization/icu/3.6/ DISTNAME = icu4c-$(subst .,_,$(GARVERSION))-src DISTFILES = $(DISTNAME).tgz WORKSRC = $(WORKDIR)/icu/source DESCRIPTION = Unicode processing library HOME_URL = http://www.icu-project.org/ # The instructions say to use the wrapper script they provide -- but that's # silly; it just forces the C compiler, which is flat-out wrong. CONFIGURE_SCRIPTS = $(WORKSRC)/configure BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = $(WORKSRC)/Makefile-DESTDIR CONFIGURE_ARGS = $(DIRPATHS) include ../../gar.mk