freebsd-ports/x11-fonts/bitter/Makefile
Raphael Kubo da Costa 540755c91e Add x11-fonts/bitter.
A "contemporary" slab serif typeface for text, especially designed for
comfortably reading on any computer or device. The robust design started from
the austerity of the pixel grid, based on rational rather than emotional
principles. It combines the large x-heights and legibility of the humanistic
tradition with subtle characteristics in the characters that inject a certain
rhythm to flowing texts.

WWW: http://www.huertatipografica.com/fonts/bitter-ht
2013-12-27 19:11:29 +00:00

26 lines
541 B
Makefile

# $FreeBSD$
PORTNAME= bitter
PORTVERSION= 20130930
CATEGORIES= x11-fonts
MASTER_SITES= http://www.huertatipografica.com/free_download/eo0pZGbJPxy2YyRkWQXx?dummy=
MAINTAINER= rakuco@FreeBSD.org
COMMENT= Contemporary serif typeface for text designed for comfortably reading
LICENSE= OFL11
FETCH_BEFORE_ARGS= -o ${DISTFILES}
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_ZIP= yes
FONTDIR= ${STAGEDIR}${PREFIX}/lib/X11/fonts/${PORTNAME}
do-install:
${MKDIR} ${FONTDIR}
cd ${WRKSRC} && \
${INSTALL_DATA} *.otf ${FONTDIR}
.include <bsd.port.mk>