pkgsrc/fonts/font-bitstream-75dpi/Makefile
joerg 789e053386 Import font-bitstream-75dpi-1.0.0:
This are the PCF versions of the following Bitstream fonts for 75dpi
displays:
- Charter
- Terminal

This is from the modular Xorg project.
2006-11-15 13:35:28 +00:00

27 lines
704 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/11/15 13:36:12 joerg Exp $
#
DISTNAME= font-bitstream-75dpi-1.0.0
CATEGORIES= fonts
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/font/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Standard 75dpi Bitstream PCF fonts
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config bdftopcf ucs2any
FONTS_DIRS.x11= lib/X11/fonts/75dpi
INSTALLATION_DIRS= share/doc/font-bitstream-75dpi
post-install:
${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${PREFIX}/share/doc/font-bitstream-75dpi
.include "../../fonts/font-util/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"