freebsd-ports/x11-fonts/firacode/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

27 lines
573 B
Makefile

# Created by: Dave Cottlehuber <dch@skunkwerks.at>
# $FreeBSD$
PORTNAME= firacode
DISTVERSION= 1.207
CATEGORIES= x11-fonts
MASTER_SITES= https://github.com/tonsky/FiraCode/releases/download/${PORTVERSION}/
DISTNAME= FiraCode_${PORTVERSION}
MAINTAINER= dch@FreeBSD.org
COMMENT= Monospaced font with programming ligatures derived from Fira
LICENSE= OFL11
USES= fonts xorg zip
USE_XORG= x11
NO_ARCH= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/otf/*.otf \
${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>