blob: 6af12ba74fc4fa1f72c9ee3b2c3b75300b86eabf (
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
|
# Created by: Thierry Thomas <thierry@pompo.net>
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 xorg
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>
|