mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
27 lines
555 B
Makefile
27 lines
555 B
Makefile
# Created by: Ming-I Hseh <PA@FreeBSD.Ntu.edu.TW>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kcfonts
|
|
PORTVERSION= 1.05
|
|
PORTREVISION= 2
|
|
CATEGORIES= chinese x11-fonts
|
|
MASTER_SITES= ${MASTER_SITE_GENTOO}
|
|
MASTER_SITE_SUBDIR= distfiles
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Kuo Chauo Chinese Fonts collection
|
|
|
|
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf
|
|
RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "sparc64"
|
|
BROKEN= Does not build on sparc64
|
|
.endif
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
.include <bsd.port.post.mk>
|