1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/x11-fonts/terminus-ttf/Makefile
Tobias Kortkamp f018bd3ea6 x11-fonts/terminus-ttf: Remove bogus USE_XORG=x11
- Pet portclippy while here
2019-10-31 08:57:51 +00:00

28 lines
607 B
Makefile

# Created by: Tobias Kortkamp <t@tobik.me>
# $FreeBSD$
PORTNAME= terminus-ttf
PORTVERSION= 4.47.0
PORTREVISION= 2
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
USES= fonts zip
FONTNAME= TerminusTTF
NO_ARCH= yes
NO_BUILD= yes
SUB_FILES= pkg-message
PLIST_SUB= PORTVERSION=${PORTVERSION}
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}/
${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}/
.include <bsd.port.mk>