aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts/geminifonts/Makefile
blob: 9ae683b66a7962a07e50f1f74ffb82e56329fe2a (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
# Created by: mi@aldan.algebra.com
# $FreeBSD$

PORTNAME=   gemini
PORTVERSION=    1.0
PORTREVISION=   3
CATEGORIES= x11-fonts
MASTER_SITES=   http://www.brama.com/compute/unix/
PKGNAMEPREFIX=  koi8-u-
PKGNAMESUFFIX=  -x11
DISTNAME=   x-koi8u
EXTRACT_SUFX=   .tgz

MAINTAINER= mi@aldan.algebra.com
COMMENT=    Ukrainian KOI8 fonts for X11R6 (koi8-u)

BUILD_DEPENDS=  bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
        mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
        mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale

USES=       perl5
USE_PERL5=  build
USE_XORG=   x11
NO_WRKSUBDIR=   yes

MAKE_ARGS+= -j 2

post-patch:
    ${REINPLACE_CMD} -e 's/\.Z/.gz/g' \
        -e 's|DESTDIR =.*|MDESTDIR=${STAGEDIR}${LOCALBASE}/lib/X11/fonts/koi8-u-gemini|' \
    ${WRKSRC}/Makefile

post-install:
    @${CAT} ${PKGMESSAGE}

# This will  allow one to  use just this  fonts for both,  the Ukrainian
# koi8-u and the Russian koi8-r encodings. Since koi8-u is a superset of
# koi8-r, there  is not need to  load both sets into  X-server, but some
# applications look for cronyx-*-koi8-r or koi8-r explicitly.   -mi
post-build:
    # Creating aliases for koi8-r encoding and Cronyx foundry:
    @${ECHO_CMD} >> ${WRKSRC}/fonts.alias
    @${ECHO_CMD} "! Automaticly generated aliases for koi8-r encoding:" \
        >> ${WRKSRC}/fonts.alias
    ${AWK} '/gemini/ { \
        name = $$2; \
        gsub("koi8-u", "koi8-r", $$2); \
        print $$2 " " name; \
        gsub("gemini", "cronyx", $$2); \
        print $$2 " " name; \
    }' < ${WRKSRC}/fonts.dir >> ${WRKSRC}/fonts.alias

.include <bsd.port.mk>