mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
8cf8875aef
adoption. Note that I have left the maintainer's own ftp site as a MASTERSITE because it still appears to be active (for now, anyways). Hat: portmgr
40 lines
978 B
Makefile
40 lines
978 B
Makefile
# 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>
|