freebsd-ports/x11-fonts/vollkorn-ttf/Makefile
Baptiste Daroussin a5da770e67 Make fonts repecting XDG
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
2015-03-21 23:05:19 +00:00

29 lines
616 B
Makefile

# $FreeBSD$
PORTNAME= vollkorn-ttf
PORTVERSION= 3.005
CATEGORIES= x11-fonts
MASTER_SITES= http://vollkorn-typeface.com/download/
DISTNAME= vollkorn-${PORTVERSION:S|.|-|}
MAINTAINER= rakuco@FreeBSD.org
COMMENT= Free and healthy typeface for bread and butter use
LICENSE= OFL11
NO_BUILD= yes
NO_WRKSUBDIR= yes
USES= fonts zip
OPTIONS_DEFINE= DOCS
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}
cd ${WRKSRC} && \
${INSTALL_DATA} TTF/Vollkorn-*.ttf ${STAGEDIR}${FONTSDIR}
${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && \
${INSTALL_DATA} Fontlog.txt OFL-FAQ.txt ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>