blob: 07ffbd0d2857ad339f1e71b318bd09b3ddc8acf8 (
plain)
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
|
# Created by: Thierry Thomas <thierry@pompo.net>
# $FreeBSD$
PORTNAME= datalegreya
PORTVERSION= 0.2017.03.29
PORTREVISION= 1
CATEGORIES= x11-fonts math textproc
MAINTAINER= thierry@FreeBSD.org
COMMENT= Typeface that melts text and data visualisation
LICENSE= OFL11
LICENSE_FILE= ${WRKSRC}/SIL\ Open\ Font\ License.txt
USE_GITHUB= yes
GH_ACCOUNT= figs-lab
GH_TAGNAME= bb0872f
USES= fonts
USE_XORG= x11
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= %%FONTSDIR%%/Datalegreya-Dot.otf \
%%FONTSDIR%%/Datalegreya-Gradient.otf \
%%FONTSDIR%%/Datalegreya-Thin.otf
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}
cd ${WRKSRC}/font-files && ${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>
|