freebsd-ports/x11-fonts/junction/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

25 lines
468 B
Makefile

PORTNAME= junction
PORTVERSION= 20140329 # GH_TAGNAME's commit date.
PORTREVISION= 1
CATEGORIES= x11-fonts
MAINTAINER= rakuco@FreeBSD.org
COMMENT= Humanist sans-serif font
LICENSE= OFL11
LICENSE_FILE= "${WRKSRC}/Open Font License.markdown"
USES= fonts
USE_GITHUB= yes
GH_ACCOUNT= theleagueof
GH_TAGNAME= fb73260
NO_BUILD= yes
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}
cd ${WRKSRC} && \
${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>