aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/ferrite-core/Makefile
blob: 61bc4ff108522bd2fdc4ccde0510aae5e39bf1a7 (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
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>

PORTNAME=	ferrite-core
PORTVERSION=	2.02
CATEGORIES=	x11-fonts

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Geometric shaped font lending it a futurist look

LICENSE=	OFL11
LICENSE_FILE=	${WRKSRC}/OFL.txt

USES=		fonts
USE_GITHUB=	yes
GH_ACCOUNT=	froyotam

NO_ARCH=	yes
NO_BUILD=	yes

do-install:
	${MKDIR} ${STAGEDIR}${FONTSDIR}
	${INSTALL_DATA} ${WRKSRC}/fonts/otf/*.otf ${STAGEDIR}${FONTSDIR}

.include <bsd.port.mk>