9f9000fdc4
Terminus TTF is a TrueType version of the great Terminus Font, a fixed-width bitmap font optimized for long work with computers. It is useful for applications that don't support bitmap fonts e.g. Java applications. WWW: http://files.ax86.net/terminus-ttf/ PR: 207581 Submitted by: Tobias Kortkamp <t@tobik.me>
27 lines
559 B
Makefile
27 lines
559 B
Makefile
# Created by: Tobias Kortkamp <t@tobik.me>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= terminus-ttf
|
|
PORTVERSION= 4.39
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= http://files.ax86.net/terminus-ttf/files/${PORTVERSION}/
|
|
|
|
MAINTAINER= t@tobik.me
|
|
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
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${FONTSDIR}/
|
|
${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}/
|
|
|
|
.include <bsd.port.mk>
|