freebsd-ports/x11-fonts/alegreya-sans/Makefile
Raphael Kubo da Costa 4027f04179 Update to a more recent GitHub snapshot.
Since upstream has made more changes but not officially increased the
version number of updated its ChangeLog, start appending the date of the
commit we are fetching to PORTVERSION.

Also switch to a different GitHub account: changes to the font are now being
done in the foundry's GitHub account.
2015-12-23 10:16:57 +00:00

27 lines
472 B
Makefile

# $FreeBSD$
PORTNAME= alegreya-sans
PORTVERSION= 1.002.20150827
PORTEPOCH= 1
CATEGORIES= x11-fonts
MAINTAINER= rakuco@FreeBSD.org
COMMENT= Humanist sans serif font with a calligraphic feeling
LICENSE= OFL11
USES= fonts
USE_GITHUB= yes
GH_ACCOUNT= huertatipografica
GH_PROJECT= Alegreya-Sans
GH_TAGNAME= 4b5282d
NO_BUILD= yes
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}
cd ${WRKSRC}/otf && \
${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>