aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/junction/Makefile
blob: 221be8f6754da2af6d1df8446e9f42c73d3aaf7d (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
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>