52b27dea88
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>.
33 lines
867 B
Makefile
33 lines
867 B
Makefile
# $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"
|