xref: /mports/x11-fonts/doulos-compact/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Created by: bf <bf@FreeBSD.org>
2
3PORTNAME=	DoulosSILCompact
4PORTVERSION=	4.110
5PORTREVISION=	3
6CATEGORIES=	x11-fonts
7#unfortunately, the SIL server embeds timestamps in the distfile, so we use a static local copy
8.if defined(MAINTAINER_MODE)
9MASTER_SITES=	http://scripts.sil.org/ttw/fonts2go.cgi?family=DoulosSIL&pkg=Compact&ver=${PORTVERSION}&filename=/
10.else
11MASTER_SITES=	FREEBSD_LOCAL/bf
12.endif
13
14MAINTAINER=	ports@MidnightBSD.org
15COMMENT=	Doulos SIL TrueType font collection, compact variant
16
17LICENSE=	OFL11
18
19USES=		fonts zip
20
21NO_BUILD=	yes
22
23PLIST_FILES=	${FONTSDIR}/${PORTNAME}-R.ttf
24
25OPTIONS_DEFINE=	DOCS
26
27PORTDOCS=	FONTLOG.txt OFL-FAQ.txt OFL.txt README.txt feat_set_tuned.xml
28
29SUB_FILES=	pkg-message
30
31do-install:
32	@${MKDIR} ${FONTSDIR}
33	@(cd ${WRKSRC} ; ${INSTALL_DATA} *.ttf ${FONTSDIR})
34	@${MKDIR} ${DOCSDIR}
35	@(cd ${WRKSRC} ; ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR})
36
37.include <bsd.port.mk>
38

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026