1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/x11-fonts/materialdesign-ttf/Makefile
Martin Wilke 5c0528b381 - Added new port x11-fonts/materialdesign-ttf
Webfont distribution for the Material Design Icons.

WWW: https://materialdesignicons.com/

Sponsored by:	iXsystems Inc.
2018-10-09 08:50:12 +00:00

33 lines
552 B
Makefile

# $FreeBSD$
PORTNAME= materialdesign
DISTVERSIONPREFIX= v
DISTVERSION= 2.8.94
CATEGORIES= x11-fonts
PKGNAMESUFFIX= -ttf
MAINTAINER= miwi@FreeBSD.org
COMMENT= Material Design Webfont
LICENSE= OFL11
LICENSE_FILE= ${WRKSRC}/license.md
USES= fonts
NO_ARCH= yes
NO_BUILD= yes
USE_GITHUB= yes
GH_ACCOUNT= Templarian
GH_PROJECT= MaterialDesign-Webfont
PORTSCOUT= skipv:variable-fonts
FONTNAME= MaterialDesign-Webfont
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}/
${INSTALL_DATA} ${WRKSRC}/fonts/*.ttf ${STAGEDIR}${FONTSDIR}/
.include <bsd.port.mk>