aboutsummaryrefslogtreecommitdiff
path: root/converters/xunicode/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/xunicode/Makefile')
-rw-r--r--converters/xunicode/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/converters/xunicode/Makefile b/converters/xunicode/Makefile
deleted file mode 100644
index a1cac837dc67..000000000000
--- a/converters/xunicode/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: XUnicode
-# Date created: 25 Aug 2000
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xunicode
-PORTVERSION= 0.3.3
-CATEGORIES= converters x11
-MASTER_SITES= http://www.ab.wakwak.com/~tino/jatk/
-
-MAINTAINER= knu@FreeBSD.org
-COMMENT= A library for making toolkits support Unicode
-
-BROKEN= "Checksum mismatch"
-EXPIRATION_DATE=2004-08-20
-DEPRECATED= ${BROKEN}
-
-USE_X_PREFIX= yes
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-NO_BUILD= yes
-
-do-install:
- ${MKDIR} ${PREFIX}/include/xunicode
- ${INSTALL_DATA} ${WRKSRC}/*.[ch] ${PREFIX}/include/xunicode/
-
-.include <bsd.port.mk>