freebsd-ports/x11-fonts/inconsolata-lgc-ttf/Makefile
Mathieu Arnold fb4deed873 Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 20:24:15 +00:00

33 lines
669 B
Makefile

# Created by: Ilya A. Arkhipov <rum1cro@yandex.ru>
# $FreeBSD$
PORTNAME= Inconsolata-LGC
PORTVERSION= 20131024
PORTREVISION= 1
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
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>