summaryrefslogtreecommitdiff
path: root/japanese/elisa8x8/Makefile
blob: daf71c15bea5b27175b999c1f4afde1caa5def51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# New ports collection makefile for:	elisa8x8
# Version required:	1.0
# Date created:		17 Aug. 1998
# Whom: Toshihiko SHIMOKAWA <toshi@tea.forus.or.jp> & ELISA Font Project
#
# $Id$
#

DISTNAME=	elisat10
PKGNAME=	ja-elisa8x8-1.0
CATEGORIES=	japanese x11-fonts
MASTER_SITES=	http://www.tea.forus.or.jp/toshi/exhibition/

MAINTAINER=	toshi@tea.forus.or.jp

USE_X_PREFIX=	yes
NO_WRKSUBDIR=	yes

BDFTOPCF_CMD=	${PREFIX}/bin/bdftopcf
MKFONTDIR_CMD=	${PREFIX}/bin/mkfontdir
FONTSDIR=	${PREFIX}/lib/X11/fonts/misc
DOCDIR=		${PREFIX}/share/doc/elisa
PORTDOCS=	elisa100.doc elisat10.doc elisat10.html

do-build:
	@(cd ${WRKDIR}; \
	${BDFTOPCF_CMD} elisat10.bdf | ${GZIP_CMD} -9 > elisat10.pcf.gz ;\
	${BDFTOPCF_CMD} jpnhn4-jis.bdf | ${GZIP_CMD} -9 > jpnhn4-jis.pcf.gz ;\
	${BDFTOPCF_CMD} jpnhn4-iso.bdf | ${GZIP_CMD} -9 > jpnhn4-iso.pcf.gz ;\
	)

do-install:
	@${MKDIR} ${FONTSDIR} ${DOCDIR}
	@(cd ${WRKSRC} ;\
	${INSTALL_DATA} elisat10.pcf.gz ${FONTSDIR} ;\
	${INSTALL_DATA} jpnhn4-jis.pcf.gz ${FONTSDIR} ;\
	${INSTALL_DATA} jpnhn4-iso.pcf.gz ${FONTSDIR} ;\
	${INSTALL_DATA} ${PORTDOCS} ${DOCDIR} ;\
	${ECHO} "Updating fonts.dir" ;\
	${MKFONTDIR_CMD} ${FONTSDIR} ;\
	${ECHO} "Updating fonts.alias" ;\
	${TOUCH} ${FONTSDIR}/fonts.alias ;\
	${CAT} ${FONTSDIR}/fonts.alias fonts.alias > fonts.alias.tmp ;\
	${INSTALL_DATA} fonts.alias.tmp ${FONTSDIR} ;\
	${MV} -f ${FONTSDIR}/fonts.alias.tmp ${FONTSDIR}/fonts.alias ;\
	)

post-install:
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCDIR}
	@(cd ${WRKSRC} ;\
	${INSTALL_DATA} ${PORTDOCS} ${DOCDIR} ;\
	)
.endif
	@${ECHO} "**********************************************************"
	@${ECHO} "You should restart X server or do 'xset fp rehash' command"
	@${ECHO} "to use installed fonts."
	@${ECHO} "**********************************************************"

.include <bsd.port.mk>