From 52b27dea886362eeed4bd974740ed6c2242288f8 Mon Sep 17 00:00:00 2001 From: salo Date: Tue, 11 Mar 2003 23:36:51 +0000 Subject: Import of biznet-iso8859-2-1.0: full set of ISO 8859-2 fonts for X Window System. The BIZNET ISO 8859-2 (Central European) X Window System Fonts are a set of ISO 8859-2 (sometimes called also ISO Latin2) X Window System bitmap typefaces derived from the original ISO 8859-1 typefaces included into the X Window System, Version 11, Release 6.3 (X11R6.3). The set contains 395 different typefaces. Idea from Ondrej Bezucha . --- fonts/biznet-iso8859-2/Makefile | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 fonts/biznet-iso8859-2/Makefile (limited to 'fonts/biznet-iso8859-2/Makefile') diff --git a/fonts/biznet-iso8859-2/Makefile b/fonts/biznet-iso8859-2/Makefile new file mode 100644 index 00000000000..86a5ca1f03c --- /dev/null +++ b/fonts/biznet-iso8859-2/Makefile @@ -0,0 +1,33 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/03/11 23:36:51 salo Exp $ +# + +DISTNAME= ISO8859-2-pcf +PKGNAME= biznet-iso8859-2-1.0 +CATEGORIES= fonts x11 +MASTER_SITES= http://www.biz.net.pl/images/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.biz.net.pl/english/x-fonts/index.html +COMMENT= full set of ISO 8859-2 fonts for X Window System + +USE_X11BASE= YES +NO_CONFIGURE= YES +NO_BUILD= YES + +FONTDIR= ${PREFIX}/lib/X11/fonts/biznet +OWN_DIRS= ${FONTDIR} +FONTS_X11_DIRS= ${FONTDIR}/75dpi ${FONTDIR}/100dpi ${FONTDIR}/misc + +do-install: + @for d in 75dpi 100dpi misc; do \ + ${INSTALL_DATA_DIR} ${FONTDIR}/$${d}; \ + cd ${WRKDIR}/$${d}; \ + ${INSTALL_DATA} fonts.alias ${FONTDIR}/$${d}/; \ + for f in *.pcf; do \ + ${ECHO} "Compressing $${f}"; \ + ${GZIP_CMD} -c $${f} > ${FONTDIR}/$${d}/$${f}.gz; \ + done; \ + done + +.include "../../mk/fonts.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3