Files
ports/x11-fonts/bitter/Makefile
T
Raphael Kubo da Costa 2d43fb8fbd Unbreak the port.
- Switch to fetching from GitHub.
- The GitHub release uses a different versioning method (or rather, it follows
  a convention, while the zip file in the previous MASTER_SITES did not).
- Add NO_ARCH since we only install OTF files.

PR:		241858
Submitted by:	m.ne@gmx.net
MFH:		2019Q4
2019-11-17 12:06:15 +00:00

28 lines
477 B
Makefile

# $FreeBSD$
PORTNAME= bitter
DISTVERSIONPREFIX= v.
DISTVERSION= 2.110
PORTEPOCH= 1
CATEGORIES= x11-fonts
MAINTAINER= rakuco@FreeBSD.org
COMMENT= Contemporary serif typeface for text designed for comfortably reading
LICENSE= OFL11
USES= fonts
USE_GITHUB= yes
GH_ACCOUNT= solmatas
GH_PROJECT= Bitter
NO_ARCH= yes
NO_BUILD= yes
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}
cd ${WRKSRC}/fonts/otf && \
${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>