1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/x11-fonts/gohufont/Makefile
2017-05-11 06:05:14 +00:00

22 lines
428 B
Makefile

# $FreeBSD$
PORTNAME= gohufont
PORTVERSION= 2.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
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/*.pcf.gz ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>