aboutsummaryrefslogtreecommitdiff
path: root/chinese/opendesktop-fonts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/opendesktop-fonts/Makefile')
-rw-r--r--chinese/opendesktop-fonts/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/chinese/opendesktop-fonts/Makefile b/chinese/opendesktop-fonts/Makefile
deleted file mode 100644
index 958960ed31c2..000000000000
--- a/chinese/opendesktop-fonts/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: firefly TrueType Font
-# Date created: 2 Sep 2004
-# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
-#
-# $FreeBSD$
-#
-
-PORTNAME= fireflyttf
-PORTVERSION= 1.3.0
-CATEGORIES= chinese x11-fonts
-MASTER_SITES= http://firefly.idv.tw/apt/firefly-font/ \
- http://www.study-area.org/apt/firefly-font/
-DISTNAME= fireflysung-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Firefly TrueType Font is combine of two arphic sung fonts
-
-NO_BUILD= yes
-WRKSRC= ${WRKDIR}/${DISTNAME}
-
-TTF= fireflysung.ttf
-
-.if !defined(WITHOUT_X11)
-PLIST_SUB+= X11=""
-.else
-PLIST_SUB+= X11="@comment "
-.endif
-
-do-install:
- ${MKDIR} ${FONTSDIR}
- ${INSTALL_DATA} ${WRKSRC}/${TTF} ${FONTSDIR}
- ${INSTALL_DATA} ${FILESDIR}/local.conf-sung ${FONTSDIR}
-.if !defined(WITHOUT_X11)
- ${INSTALL_DATA} ${FILESDIR}/local.conf-sung ${X11BASE}/etc/fonts/local.conf
-.endif
-
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"
-.include <bsd.port.post.mk>