1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/x11-fonts/alegreya/Makefile
Raphael Kubo da Costa f85faac775 New port: x11-fonts/alegreya.
Serif family of fonts, part of the Alegreya "super family" like
x11-fonts/alegreya-sans. Upstream does not properly version its releases, so
PORTVERSION was derived from the version in the OTF files plus the date of
the commit we are fetching from GitHub.

From pkg-descr:
  Alegreya is a typeface originally intended for literature. Among its
  crowning characteristics, it conveys a dynamic and varied rhythm which
  facilitates the reading of long texts. Also, it provides freshness to the
  page while referring to the calligraphic letter, not as a literal
  interpretation, but rather in a contemporary typographic language.

  WWW: https://github.com/huertatipografica/Alegreya-libre
2015-12-23 10:46:23 +00:00

27 lines
452 B
Makefile

# $FreeBSD$
PORTNAME= alegreya
PORTVERSION= 1.004.20150827
CATEGORIES= x11-fonts
MAINTAINER= rakuco@FreeBSD.org
COMMENT= Serif typeface originally intended for literature
LICENSE= OFL11
USES= fonts
USE_GITHUB= yes
GH_ACCOUNT= huertatipografica
GH_PROJECT= Alegreya-libre
GH_TAGNAME= 8f40fc1
NO_BUILD= yes
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}
cd ${WRKSRC}/otf && \
${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>