aboutsummaryrefslogblamecommitdiff
path: root/chinese/fireflyttf/Makefile
blob: 958960ed31c214a04d8f38a5ca20314f3738e826 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                       
                     
                                 

                                                           
                                          
 
                                 

                                                                         
                   
                                     
 
                               





                               

           



                                                               
                                                                                   
      
 

                                                
                           
# 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>