pkgsrc/fonts/mozilla-fonts/Makefile
joerg 7545d135e6 - Compute CHEKCK_FILES filter on the entries requested and keep it
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.
2006-09-22 21:53:56 +00:00

20 lines
584 B
Makefile

# $NetBSD: Makefile,v 1.7 2006/09/22 21:53:57 joerg Exp $
DISTNAME= mozilla-fonts-1.0
PKGREVISION= 3
CATEGORIES= fonts www
#MASTER_SITES= http://www.myrddin.demon.co.uk/dist/
MAINTAINER= rxg@NetBSD.org
#HOMEPAGE= http://www.myrddin.demon.co.uk/dist/
COMMENT= Optimized fonts for Netscape/Mozilla
USE_TOOLS+= bdftopcf
FONTS_DIRS.x11+= ${PREFIX}/lib/X11/fonts/Mozilla
REQD_DIRS+= ${PREFIX}/lib/X11/fonts/Mozilla
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mozilla-fonts
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/mozilla-fonts
.include "../../mk/bsd.pkg.mk"