mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
3952ad93e3
I'm the maintainer(dryice@liu.com.cn) of the following ports. Please help to change the maintainer mail address to dryice@dryice.name. This new mail address has a RDNS record and will make the life easier. Thanks! PR: ports/91624 Submitted by: Dryice Dong Liu <dryice@dryice.name>
44 lines
1.0 KiB
Makefile
44 lines
1.0 KiB
Makefile
# New ports collection makefile for: wqy font
|
|
# Date created: 11 May 2005
|
|
# Whom: Dryice Liu <dryice@liu.com.cn>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wqy
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
|
http://bsdchat.com/dist/dryice/
|
|
MASTER_SITE_SUBDIR= wqy
|
|
DISTNAME= ${PORTNAME}-yhunifont-bdf-${PORTVERSION}
|
|
|
|
MAINTAINER= dryice@dryice.name
|
|
COMMENT= A font which includes all the CJK characters covered by Unicode 4.0
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-yhunifont
|
|
NO_BUILD= yes
|
|
USE_X_PREFIX= yes
|
|
FONTSDIR= lib/X11/fonts/wqy
|
|
|
|
PLIST_FILES= ${FONTSDIR}/fonts.dir ${FONTSDIR}/yhunifont.bdf
|
|
PLIST_DIRS= ${FONTSDIR}
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
PORTDOCS= AUTHORS ChangeLog COPYING INSTALL README.yhunifont
|
|
.endif
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/${FONTSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/fonts.dir ${PREFIX}/${FONTSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/yhunifont.bdf ${PREFIX}/${FONTSDIR}
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
.for i in ${PORTDOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|