blob: 1640090553638f17cdcfb8fc1d260d2f582ca41d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|