2014-06-27 19:09:43 +02:00
|
|
|
# Created by: arrowdodger <6yearold@gmail.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= hasklig
|
2016-07-27 13:56:16 +02:00
|
|
|
PORTVERSION= 0.9
|
2014-06-27 19:09:43 +02:00
|
|
|
CATEGORIES= x11-fonts
|
|
|
|
MASTER_SITES= https://github.com/i-tu/Hasklig/releases/download/${PORTVERSION}/
|
|
|
|
DISTNAME= Hasklig-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= 6yearold@gmail.com
|
2014-06-29 14:22:04 +02:00
|
|
|
COMMENT= Haskell code font with monospaced ligatures
|
2014-06-27 19:09:43 +02:00
|
|
|
|
2015-03-20 17:42:34 +01:00
|
|
|
USES= fonts zip
|
2014-06-27 19:09:43 +02:00
|
|
|
NO_BUILD= yes
|
2014-12-07 17:01:11 +01:00
|
|
|
NO_ARCH= yes
|
|
|
|
|
2014-06-27 19:09:43 +02:00
|
|
|
do-install:
|
2016-07-27 13:56:16 +02:00
|
|
|
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
2014-06-27 19:09:43 +02:00
|
|
|
cd ${WRKDIR} && ${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|