1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/x11-fonts/Hasklig/Makefile
Gleb Popov 21ea110860 x11-fonts/Hasklig: Update to 1.1.
Approved by:	tcberner (mentor)
Differential Revision:	   https://reviews.freebsd.org/D16283
2018-07-18 18:02:06 +00:00

23 lines
471 B
Makefile

# Created by: arrowd <6yearold@gmail.com>
# $FreeBSD$
PORTNAME= Hasklig
DISTVERSION= 1.1
CATEGORIES= x11-fonts
MASTER_SITES= https://github.com/i-tu/Hasklig/releases/download/${PORTVERSION}/
MAINTAINER= arrowd@FreeBSD.org
COMMENT= Haskell code font with monospaced ligatures
LICENSE= OFL11
USES= fonts zip
NO_BUILD= yes
NO_ARCH= yes
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
cd ${WRKDIR} && ${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>