diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2018-05-14 20:26:49 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2018-05-14 20:26:49 +0000 |
commit | 37665a9bac621003d1cb8af742947b60ea1c8e3a (patch) | |
tree | 4209fcc33aa2b964314bdfdf663714d407b4db10 /x11-fonts | |
parent | 3720dfe89bd8d52b5a90f3cd601dc51a728a4bf7 (diff) | |
download | ports-37665a9bac621003d1cb8af742947b60ea1c8e3a.tar.gz ports-37665a9bac621003d1cb8af742947b60ea1c8e3a.zip |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/fantasque-sans-mono/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/x11-fonts/fantasque-sans-mono/Makefile b/x11-fonts/fantasque-sans-mono/Makefile index 3b631dbdad59..361d35c0a017 100644 --- a/x11-fonts/fantasque-sans-mono/Makefile +++ b/x11-fonts/fantasque-sans-mono/Makefile @@ -5,10 +5,6 @@ PORTVERSION= 1.7.2 PORTREVISION= 1 CATEGORIES= x11-fonts MASTER_SITES= https://github.com/belluzj/fantasque-sans/releases/download/v${PORTVERSION}/ -DISTFILES= FantasqueSansMono-Normal.tar.gz \ - FantasqueSansMono-NoLoopK.tar.gz \ - FantasqueSansMono-LargeLineHeight.tar.gz \ - FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz MAINTAINER= rakuco@FreeBSD.org COMMENT= Programming font, designed with functionality in mind @@ -22,6 +18,9 @@ USES= fonts OPTIONS_DEFINE= DOCS +# For `make makesum' to include all distfiles, it should be run with +# WITH="$(make -V OPTIONS_SINGLE_VARIANT)". + OPTIONS_SINGLE= VARIANT OPTIONS_SINGLE_VARIANT= NORMAL NOLOOPK LLINE LLINENOLOOPK @@ -32,10 +31,10 @@ LLINENOLOOPK_DESC= Large line spacing with Nondescript K OPTIONS_DEFAULT= NORMAL -NORMAL_EXTRACT_ONLY= FantasqueSansMono-Normal.tar.gz -NOLOOPK_EXTRACT_ONLY= FantasqueSansMono-NoLoopK.tar.gz -LLINE_EXTRACT_ONLY= FantasqueSansMono-LargeLineHeight.tar.gz -LLINENOLOOPK_EXTRACT_ONLY= FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz +NORMAL_DISTFILES= FantasqueSansMono-Normal.tar.gz +NOLOOPK_DISTFILES= FantasqueSansMono-NoLoopK.tar.gz +LLINE_DISTFILES= FantasqueSansMono-LargeLineHeight.tar.gz +LLINENOLOOPK_DISTFILES= FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} |