aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts/stix-fonts/Makefile
blob: b2705835736ee1298275b2aeaaee01dbb929d25b (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
# Created by: Thierry Thomas <thierry@pompo.net>
# $FreeBSD$

PORTNAME=   stixfonts
PORTVERSION=    2.0.0
CATEGORIES= x11-fonts
MASTER_SITES=   SF/${PORTNAME}/Current%20Release/
DISTNAME=   STIXv${PORTVERSION}

MAINTAINER= thierry@FreeBSD.org
COMMENT=    OpenType Unicode fonts for Scientific, Technical, and Math texts

LICENSE=    OFL11

USES=       fonts zip
USE_XORG=   x11
NO_ARCH=    yes
NO_BUILD=   yes

SUB_FILES=  pkg-message

FONTNAME=   stix

OPTIONS_DEFINE= DOCS

PORTDOCS=   STIX_${PORTVERSION}_release_notes.txt STIX_${PORTVERSION}_stylistic_sets.pdf

do-install:
    ${MKDIR} ${STAGEDIR}${FONTSDIR}
    cd ${WRKSRC}/Fonts && ${INSTALL_DATA} OTF/* WOFF/* ${STAGEDIR}${FONTSDIR}
    ${MKDIR} ${STAGEDIR}${DOCSDIR}
    cd ${WRKSRC}/docs && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>