aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts/manu-gothica/Makefile
blob: 0e7c36681f89a7499a95c674573da35e5675cae2 (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
# Created by: heiner Eichmann <h.eichmann@gmx.de>
# $FreeBSD$

PORTNAME=   manu-gothica
DISTVERSION=    0
PORTREVISION=   3
CATEGORIES= x11-fonts
MASTER_SITES=   http://www.bryld.dk/filer/ \
        http://www.kswla.org/KATG%20Page%20Files/
DISTNAME=   manugot19
EXTRACT_SUFX=   .ttf

MAINTAINER= ports@FreeBSD.org
COMMENT=    Old German blackletter handwriting (Suetterlin)

BUILD_DEPENDS=  fc-cache:${PORTSDIR}/x11-fonts/fontconfig
RUN_DEPENDS:=   ${BUILD_DEPENDS}

RESTRICTED= The font is free for personal use

EXTRACT_CMD=    ${CP}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= ${WRKSRC}

NO_BUILD=   yes
NO_WRKSUBDIR=   yes

do-install:
    @${MKDIR} ${STAGEDIR}${DATADIR}
    (cd ${WRKSRC} && ${INSTALL_DATA} manugot19.ttf \
        ${STAGEDIR}${DATADIR})
    @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/fonts/TTF
    @${LN} -sf ${DATADIR}/manugot19.ttf \
        ${STAGEDIR}${PREFIX}/lib/X11/fonts/TTF

.include <bsd.port.mk>