blob: 60698e915125a136d24ea4e7b6b6086a3fb3aee5 (
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
|
PORTNAME= junction
PORTVERSION= 20140329 # GH_TAGNAME's commit date.
PORTREVISION= 1
CATEGORIES= x11-fonts
MAINTAINER= rakuco@FreeBSD.org
COMMENT= Humanist sans-serif font
LICENSE= OFL11
LICENSE_FILE= "${WRKSRC}/Open Font License.markdown"
USES= fonts
USE_GITHUB= yes
GH_ACCOUNT= theleagueof
GH_TAGNAME= fb73260
NO_BUILD= yes
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}
cd ${WRKSRC} && \
${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>
|