freebsd-ports/x11-fonts/alegreya-sans/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

28 lines
474 B
Makefile

# $FreeBSD$
PORTNAME= alegreya-sans
PORTVERSION= 1.002
PORTREVISION= 1
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= juandelperal
GH_PROJECT= Alegreya-Sans
GH_TAGNAME= 2d2a4b0
NO_BUILD= yes
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}
cd ${WRKSRC}/otf && \
${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>