summaryrefslogtreecommitdiff
path: root/devel/icu4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/icu4/Makefile')
-rw-r--r--devel/icu4/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/devel/icu4/Makefile b/devel/icu4/Makefile
deleted file mode 100644
index e0c14c8cc40d..000000000000
--- a/devel/icu4/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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= dwm@caimis.com
-COMMENT= International Components for Unicode (from IBM)
-
-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.mk>