summaryrefslogtreecommitdiff
path: root/x11-fonts/gnu-unifont-ttf/Makefile
blob: 7ec6dfb68a5e9dd0e2f41f1107305843c9dec4d0 (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
26
27
28
29
30
# $FreeBSD$

PORTNAME=	gnu-unifont-ttf
PORTVERSION=	7.0.03
PORTREVISION=	1
PORTEPOCH=	1
CATEGORIES=	x11-fonts
MASTER_SITES=	GNU/unifont/unifont-${PORTVERSION}
DISTNAME=	unifont-${PORTVERSION}

MAINTAINER=	bsdports@gmail.com
COMMENT=	Unicode TrueType Font

USES=		fonts

NO_BUILD=	yes
WRKSRC_SUBDIR=	font/precompiled

do-install:
	@${MKDIR} ${STAGEDIR}${FONTSDIR}
	${INSTALL_DATA} ${WRKSRC}/unifont-${PORTVERSION}.ttf \
		${STAGEDIR}${FONTSDIR}/unifont.ttf
	${INSTALL_DATA} ${WRKSRC}/unifont_csur-${PORTVERSION}.ttf \
		${STAGEDIR}${FONTSDIR}/unifont_csur.ttf
	${INSTALL_DATA} ${WRKSRC}/unifont_upper-${PORTVERSION}.ttf \
		${STAGEDIR}${FONTSDIR}/unifont_upper.ttf
	${INSTALL_DATA} ${WRKSRC}/unifont_upper_csur-${PORTVERSION}.ttf \
		${STAGEDIR}${FONTSDIR}/unifont_upper_csur.ttf

.include <bsd.port.mk>