forked from opnsense/ports
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
30 lines (24 loc) · 803 Bytes
/
Makefile
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= [email protected]
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>