1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/x11-fonts/victor-mono-ttf/Makefile
Steve Wills 50c4819e92 x11-fonts/victor-mono-ttf: Update to 1.4.1
PR:		248220
Submitted by:	Lewis Cook <vulcan@wired.sh> (maintainer)
2020-07-24 02:51:33 +00:00

29 lines
579 B
Makefile

# $FreeBSD$
PORTNAME= victor-mono
DISTVERSIONPREFIX= v
DISTVERSION= 1.4.1
CATEGORIES= x11-fonts
MASTER_SITES= https://github.com/rubjo/victor-mono/raw/${DISTVERSIONFULL}/public/
PKGNAMESUFFIX= -ttf
DISTNAME= VictorMonoAll
MAINTAINER= vulcan@wired.sh
COMMENT= Programming font with cursive italics and ligatures
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= fonts zip
FONTNAME= VictorMono
NO_ARCH= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/TTF/*.ttf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>