pkgsrc/fonts/font-cronyx-cyrillic/Makefile
obache 08d48725d1 Import font-cronyx-cyrillic-1.0.1 as fonts/font-cronyx-cyrillic.
This are the PCF versions of the following Cronyx Cyrillic fonts for 100dpi
displays:
- Courier
- Helvetica
- Times

This is from the modular Xorg project.
2010-09-10 05:48:08 +00:00

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"