pkgsrc/fonts/ja-elisat/Makefile
kei 3c997ca67d initial import of ja-elisat-1.0 pacakge. this is a part of splitting
jisx0208fonts package into multiple packages.

ELISA FONT is an 8x8 dots bitmap font for Japanese.  It was made in
NIFTY-Serve FYHPPC `ELISA FONT PJ' for HP 100LX/200LX palmtop computers,
then converted to BDF format for X Window System.

This package also contains 4x8 dots for JIS X 0201 and ISO-8859-1
1-byte charset fonts.
2003-03-15 20:35:39 +00:00

42 lines
967 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/03/15 20:35:39 kei Exp $
DISTNAME= elisat10
PKGNAME= ja-elisat-1.0
CATEGORIES= fonts x11 japanese
MASTER_SITES= http://www.tea.forus.or.jp/toshi/exhibition/
MAINTAINER= tech-pkg-ja@jp.netbsd.org
HOMEPAGE= ${MASTER_SITES}/elisat10.html
COMMENT= 8x8 dots X11 bitmap font for JIS X 0208
USE_X11BASE= YES
DOCDIR= ${PREFIX}/share/doc/elisat
FONTDIR= ${X11PREFIX}/lib/X11/fonts/local
#ALIAS= ${WRKDIR}/fonts.alias
WRKSRC= ${WRKDIR}
LICENSE= no-commercial-use
do-build:
cd ${WRKSRC}; \
for i in *.bdf; do \
p=`basename $$i .bdf`.pcf; \
bdftopcf -o $$p $$i; \
${GZIP_CMD} -c $$p > $$p.gz; \
done
do-install:
${INSTALL_DATA_DIR} ${DOCDIR}; \
${INSTALL_DATA} ${WRKSRC}/*.doc ${WRKSRC}/*.html ${DOCDIR}; \
${INSTALL_DATA_DIR} ${FONTDIR}; \
${INSTALL_DATA} ${WRKSRC}/*.pcf.gz ${FONTDIR}
post-install:
cd ${FONTDIR}; \
mkfontdir
post-deinstall:
cd ${FONTDIR}; \
mkfontdir
.include "../../mk/bsd.pkg.mk"