2005-12-01 10:48:34 +00:00
|
|
|
# New ports collection makefile for: DynaComware DFSongSd
|
|
|
|
# Date created: 2005/05/08
|
|
|
|
# Whom: chinsan <chinsan@mail2000.com.tw>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= dfsongsd
|
|
|
|
PORTVERSION= 1.0
|
2007-05-19 20:36:56 +00:00
|
|
|
PORTREVISION= 1
|
2005-12-01 10:48:34 +00:00
|
|
|
CATEGORIES= chinese x11-fonts
|
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTNAME= DFSongSd.ttf
|
|
|
|
EXTRACT_SUFX=
|
|
|
|
|
2006-10-03 15:34:44 +00:00
|
|
|
MAINTAINER= chinsan@FreeBSD.org
|
2005-12-01 10:48:34 +00:00
|
|
|
COMMENT= Chinese (HKSCS-2001 + CJK A) TrueType fonts
|
|
|
|
|
|
|
|
RESTRICTED= "No redistribution or commercial use is allowed."
|
|
|
|
NO_BUILD= yes
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
|
|
|
|
TTF_DEFAULT= ${DISTFILES}
|
|
|
|
TTF= ${DISTFILES}
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
do-extract:
|
|
|
|
@${MKDIR} ${WRKDIR}
|
|
|
|
|
|
|
|
do-fetch:
|
|
|
|
.if !exists (${DISTDIR}/${DISTNAME})
|
|
|
|
ECHO_MSG=/usr/bin/printf
|
|
|
|
IGNORE=\'s distfile must be downloaded manually from\n\
|
2005-12-06 08:21:45 +00:00
|
|
|
\ \ \ \ \ http://glyph.iso10646hk.net/chinese/download_001.html If you agree\n\
|
2005-12-01 10:48:34 +00:00
|
|
|
\ \ \ \ \ with the terms given in the above page, please download ${DISTNAME},\n\
|
|
|
|
\ \ \ \ \ put it into ${DISTDIR} and run \'make\' again\n\n.
|
|
|
|
.endif
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${MKDIR} ${FONTSDIR}
|
|
|
|
.for ttf in ${TTF}
|
|
|
|
${INSTALL_DATA} ${DISTDIR}/${TTF} ${FONTSDIR}
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"
|
|
|
|
.include <bsd.port.post.mk>
|