blob: 6d48edde35afd23e6b09fafeb7d6d0dc910efc5c (
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
|
# Created by: Tobias Kortkamp <t@tobik.me>
# $FreeBSD$
PORTNAME= terminus-ttf
PORTVERSION= 4.46.0
CATEGORIES= x11-fonts
MASTER_SITES= http://files.ax86.net/terminus-ttf/files/${PORTVERSION}/
MAINTAINER= tobik@FreeBSD.org
COMMENT= Terminus Font - a clean fixed width font (TTF version)
LICENSE= OFL11
LICENSE_FILE= ${WRKSRC}/COPYING
NO_ARCH= yes
NO_BUILD= yes
USE_XORG= x11
USES= fonts zip
FONTNAME= TerminusTTF
SUB_FILES= pkg-message
PLIST_SUB+= PORTVERSION=${PORTVERSION}
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}/
${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}/
.include <bsd.port.mk>
|