7545d135e6
as tight as possible. Files we don't handle shouldn't be skipped. - fonts.alias is not created automatically, so don't remove it. - create fonts.encoding with mkfontdir using -e X11_ENCODINGSDIR. On platforms not following the X11R6 loayout this might need to be overriden. - Fix type1inst calls. - Modify packages which installed fonts.alias before to actually include it in the PLIST and bump the revisions accordingly. - Modify xorg-fonts* packages to use FONTS_DIRS.* to build indices at run time. Discussed with wiz and jlam.
16 lines
405 B
Makefile
16 lines
405 B
Makefile
# $NetBSD: Makefile,v 1.9 2006/09/22 21:53:57 joerg Exp $
|
|
|
|
DISTNAME= kcfonts-1.05
|
|
PKGREVISION= 3
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/distfiles/
|
|
|
|
MAINTAINER= kevlo@midassol.com
|
|
COMMENT= Kuo Chauo Chinese Fonts collection
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
USE_X11BASE= yes
|
|
FONTS_DIRS.x11= ${PREFIX}/lib/X11/fonts/local
|
|
REQD_DIRS+= ${PREFIX}/lib/X11/fonts/local
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|