1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/x11-fonts/vollkorn-ttf/Makefile
Raphael Kubo da Costa 1e0cc1e3dd - Update to 3.005.
- The port has a dedicated website now, switch MASTER_SITES and pkg-descr to
  it.
- Use FONTDIR in pkg-plist to avoid some needless repetition.

This is based on ports/187695 by bsam@, which update the port to 3.003 and
contained some other differences I have decided not to incorporate.

PR:		ports/187695
Submitted by:	bsam@
2014-03-23 21:31:08 +00:00

33 lines
701 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= zip
FONTDIR= ${PREFIX}/lib/X11/fonts/${PORTNAME}
PLIST_SUB= FONTDIR="${FONTDIR:S|${PREFIX}/||}"
OPTIONS_DEFINE= DOCS
do-install:
${MKDIR} ${STAGEDIR}${FONTDIR}
cd ${WRKSRC} && \
${INSTALL_DATA} TTF/Vollkorn-*.ttf ${STAGEDIR}${FONTDIR}
${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && \
${INSTALL_DATA} Fontlog.txt OFL-FAQ.txt ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>