aboutsummaryrefslogtreecommitdiff
path: root/chinese/ntuttf/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-08-01 04:29:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-08-01 04:29:44 +0000
commit2e6cabfa170ebe3c08ebd4c3f2fc7e23ba2f0f18 (patch)
tree8e6c4f2cceeabf768a42f84d0f1914bd45cb93f4 /chinese/ntuttf/Makefile
parenta9b270272208e547b68d58c91c57682977be8a1a (diff)
downloadports-2e6cabfa170ebe3c08ebd4c3f2fc7e23ba2f0f18.tar.gz
ports-2e6cabfa170ebe3c08ebd4c3f2fc7e23ba2f0f18.zip
Notes
Diffstat (limited to 'chinese/ntuttf/Makefile')
-rw-r--r--chinese/ntuttf/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/chinese/ntuttf/Makefile b/chinese/ntuttf/Makefile
deleted file mode 100644
index 97f84aec32ce..000000000000
--- a/chinese/ntuttf/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: NTU Chinese TrueType fonts
-# Date created: 11 April 2003
-# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ntuttf
-PORTVERSION= 1.0
-PORTREVISION= 1
-CATEGORIES= chinese x11-fonts
-MASTER_SITES= ftp://cle.linux.org.tw/pub/fonts/ttf/unicode/ntu/ \
- ftp://freebsd.sinica.edu.tw/pub/statue/ntuttf/
-DISTFILES= NTU_FS_M.TTF NTU_KAI.TTF NTU_LI_M.TTF NTU_MB.TTF \
- NTU_MM.TTF NTU_MR.TTF NTU_TW.TTF
-EXTRACT_ONLY= # empty
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Seven Chinese Big5 TrueType fonts made by NTU
-
-DEPRECATED= No more public distfiles available
-EXPIRATION_DATE= 2011-08-01
-
-NO_BUILD= yes
-
-TTF= ${DISTFILES}
-
-do-install:
- @${MKDIR} ${FONTSDIR}
-.for i in ${TTF}
- @${INSTALL_DATA} ${DISTDIR}/${i} ${FONTSDIR}
-.endfor
-
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"
-.include <bsd.port.post.mk>