08d48725d1
This are the PCF versions of the following Cronyx Cyrillic fonts for 100dpi displays: - Courier - Helvetica - Times This is from the modular Xorg project.
25 lines
602 B
Makefile
25 lines
602 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/09/10 05:48:08 obache Exp $
|
|
#
|
|
|
|
DISTNAME= font-cronyx-cyrillic-1.0.1
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=font/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ftp://ftp.freedesktop.org/pub/individual/font/
|
|
COMMENT= Cronyx Cyrillic PCF fonts
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= bdftopcf gzip
|
|
|
|
INSTALLATION_DIRS+= share/doc/${PKGBASE}
|
|
|
|
FONTS_DIRS.x11= share/fonts/X11/cyrillic
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|