mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
7f4572eae4
With hat: portmgr Sponsored by: Absolight
26 lines
506 B
Makefile
26 lines
506 B
Makefile
# Created by: Ming-I Hseh <PA@FreeBSD.Ntu.edu.TW>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kcfonts
|
|
PORTVERSION= 1.05
|
|
PORTREVISION= 3
|
|
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
|
|
BROKEN_sparc64= Does not build on sparc64
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
pre-install:
|
|
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|