mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
bff6c91bd6
While on it: Set NO_ARCH=yes PR: 195741 Submitted by: 6yearold@gmail.com (maintainer)
28 lines
639 B
Makefile
28 lines
639 B
Makefile
# Created by: arrowdodger <6yearold@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hasklig
|
|
PORTVERSION= 0.4
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= https://github.com/i-tu/Hasklig/releases/download/${PORTVERSION}/
|
|
DISTNAME= Hasklig-${PORTVERSION}
|
|
|
|
MAINTAINER= 6yearold@gmail.com
|
|
COMMENT= Haskell code font with monospaced ligatures
|
|
|
|
RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig
|
|
|
|
USES= zip
|
|
NO_BUILD= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_SUB= FONTSDIR="${FONTSDIR:S|${PREFIX}/||}"
|
|
FONTSDIR= ${PREFIX}/lib/X11/fonts/${PORTNAME}
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
cd ${WRKDIR} && ${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|