freebsd-ports/x11-fonts/inconsolata-lgc-ttf/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

33 lines
674 B
Makefile

# Created by: Ilya A. Arkhipov <rum1cro@yandex.ru>
# $FreeBSD$
PORTNAME= Inconsolata-LGC
PORTVERSION= 20131024
PORTREVISION= 2
CATEGORIES= x11-fonts
MAINTAINER= rum1cro@yandex.ru
COMMENT= Monospaced TrueType font with Cyrillic glyphs
LICENSE= OFL11
USE_GITHUB= yes
GH_ACCOUNT= DeLaGuardo
GH_TAGNAME= 16e2c94
USES= fonts xorg
USE_XORG= x11
NO_BUILD= yes
FONTNAME= TTF
PLIST_FILES= ${FONTSDIR}/inconsolatalgc.ttf \
${FONTSDIR}/inconsolatalgcbold.ttf \
${FONTSDIR}/inconsolatalgcbolditalic.ttf \
${FONTSDIR}/inconsolatalgcitalic.ttf
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/*.ttf \
${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>