mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
21ea110860
Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16283
23 lines
471 B
Makefile
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>
|