1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/x11-fonts/gohufont/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

22 lines
445 B
Makefile

PORTNAME= gohufont
PORTVERSION= 2.1
PORTREVISION= 1
CATEGORIES= x11-fonts
MASTER_SITES= http://font.gohu.org/
MAINTAINER= rakuco@FreeBSD.org
COMMENT= Monospace bitmap font well suited for programming and terminal use
LICENSE= WTFPL
LICENSE_FILE= ${WRKSRC}/COPYING-LICENSE
USES= fonts
NO_BUILD= yes
NO_ARCH= yes
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/*.pcf.gz ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>