add a no_comic flavour to msttcorefonts
This commit is contained in:
parent
c3d33e3a11
commit
64667c5a6c
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.74 2021/08/09 08:56:57 bentley Exp $
|
||||
# $OpenBSD: Makefile,v 1.75 2021/09/02 18:18:44 sthen Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += abyssinica
|
||||
@ -68,6 +68,7 @@
|
||||
SUBDIR += mplus-fonts
|
||||
SUBDIR += msctfonts
|
||||
SUBDIR += msttcorefonts
|
||||
SUBDIR += msttcorefonts,no_comic
|
||||
SUBDIR += mononoki
|
||||
SUBDIR += noto
|
||||
SUBDIR += opendyslexic
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2019/07/14 02:16:51 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2021/09/02 18:18:44 sthen Exp $
|
||||
|
||||
COMMENT= Microsoft TrueType core fonts
|
||||
|
||||
DISTNAME= msttcorefonts-2.0
|
||||
REVISION= 2
|
||||
REVISION= 3
|
||||
CATEGORIES= fonts x11
|
||||
|
||||
HOMEPAGE= http://corefonts.sourceforge.net/
|
||||
@ -21,6 +21,9 @@ NO_BUILD= Yes
|
||||
NO_TEST= Yes
|
||||
PKG_ARCH= *
|
||||
|
||||
FLAVORS= no_comic
|
||||
FLAVOR?=
|
||||
|
||||
DISTFILES= andale32.exe \
|
||||
arial32.exe \
|
||||
arialb32.exe \
|
||||
|
@ -3,3 +3,7 @@ http://www.microsoft.com/typography/fontpack/. The port is constructed
|
||||
so that the actual fonts are downloaded from Sourceforge's site at
|
||||
build time so this port does not 'redistribute' the fonts, it just
|
||||
makes it easy to install them on an OpenBSD system.
|
||||
|
||||
Optional flavour:
|
||||
|
||||
no_comic - for those who are not fans of Comic Sans
|
||||
|
3
fonts/msttcorefonts/pkg/PFRAG.no-no_comic
Normal file
3
fonts/msttcorefonts/pkg/PFRAG.no-no_comic
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.no-no_comic,v 1.1 2021/09/02 18:18:45 sthen Exp $
|
||||
share/fonts/mscorefonts/comic.ttf
|
||||
share/fonts/mscorefonts/comicbd.ttf
|
@ -1,15 +1,14 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/31 09:45:11 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2021/09/02 18:18:45 sthen Exp $
|
||||
@pkgpath x11/msttcorefonts
|
||||
share/fonts/
|
||||
@fontdir share/fonts/mscorefonts/
|
||||
!%%no_comic%%
|
||||
share/fonts/mscorefonts/andalemo.ttf
|
||||
share/fonts/mscorefonts/arial.ttf
|
||||
share/fonts/mscorefonts/arialbd.ttf
|
||||
share/fonts/mscorefonts/arialbi.ttf
|
||||
share/fonts/mscorefonts/ariali.ttf
|
||||
share/fonts/mscorefonts/ariblk.ttf
|
||||
share/fonts/mscorefonts/comic.ttf
|
||||
share/fonts/mscorefonts/comicbd.ttf
|
||||
share/fonts/mscorefonts/cour.ttf
|
||||
share/fonts/mscorefonts/courbd.ttf
|
||||
share/fonts/mscorefonts/courbi.ttf
|
||||
|
Loading…
x
Reference in New Issue
Block a user