mirror of https://git.FreeBSD.org/ports.git
22 lines
400 B
Makefile
22 lines
400 B
Makefile
PORTNAME= kcfonts
|
|
PORTVERSION= 1.05
|
|
PORTREVISION= 4
|
|
CATEGORIES= chinese x11-fonts
|
|
MASTER_SITES= GENTOO
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Kuo Chauo Chinese Fonts collection
|
|
|
|
USES= fonts
|
|
BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf
|
|
|
|
MAKE_ARGS= CFONTDIR=${FONTSDIR} EFONTDIR=${FONTSDIR}
|
|
MAKE_JOBS_UNSAFE=yes
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
pre-install:
|
|
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|