summaryrefslogtreecommitdiff
path: root/fonts/biznet-iso8859-2/Makefile
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-03-11 23:36:51 +0000
committersalo <salo@pkgsrc.org>2003-03-11 23:36:51 +0000
commit52b27dea886362eeed4bd974740ed6c2242288f8 (patch)
tree31ffaadc049c8b9e656f79019393237d2d599a87 /fonts/biznet-iso8859-2/Makefile
parent521bbddf3583912005a03c1624087fee7a96e31b (diff)
downloadpkgsrc-52b27dea886362eeed4bd974740ed6c2242288f8.tar.gz
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 <nejvetsi dot blbec at v dot okoli dot cz>.
Diffstat (limited to 'fonts/biznet-iso8859-2/Makefile')
-rw-r--r--fonts/biznet-iso8859-2/Makefile33
1 files changed, 33 insertions, 0 deletions
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"