mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
29 lines
505 B
Makefile
29 lines
505 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= alegreya-sans
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.006
|
|
PORTEPOCH= 1
|
|
CATEGORIES= x11-fonts
|
|
|
|
MAINTAINER= rakuco@FreeBSD.org
|
|
COMMENT= Humanist sans serif font with a calligraphic feeling
|
|
|
|
LICENSE= OFL11
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
USES= fonts
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= huertatipografica
|
|
GH_PROJECT= Alegreya-Sans
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
cd ${WRKSRC}/fonts/otf && \
|
|
${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|