View | Details | Raw Unified | Return to bug 231304 | Differences between
and this patch

Collapse All | Expand All

(-)x11-fonts/league-gothic/Makefile (+26 lines)
Line 0 Link Here
1
PORTNAME=	league-gothic
2
DISTVERSION=	g20140319
3
CATEGORIES=	x11-fonts
4
5
MAINTAINER=	flo@snakeoilproductions.net
6
COMMENT=	A revival of an old classic, Alternate Gothic \#1
7
8
LICENSE=	OFL11
9
LICENSE_FILE=	${WRKSRC}/Open\ Font\ License.markdown
10
11
USES=		fonts
12
NO_ARCH=	yes
13
NO_BUILD=	yes
14
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	theleagueof
17
GH_PROJECT=	league-gothic
18
GH_TAGNAME=	e6dce21
19
20
do-install:
21
	${MKDIR} ${STAGEDIR}${DOCSDIR}
22
	cd ${WRKSRC} && ${INSTALL_DATA} readme.markdown ${STAGEDIR}${DOCSDIR}
23
	${MKDIR} ${STAGEDIR}${FONTSDIR}
24
	cd ${WRKSRC} && ${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR}
25
26
.include <bsd.port.mk>
(-)x11-fonts/league-gothic/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1535660365
2
SHA256 (theleagueof-league-gothic-g20140319-e6dce21_GH0.tar.gz) = 82980efeda0ee3828d416a59a7dfb819db1c7d1214bcc05579f320e09c389230
3
SIZE (theleagueof-league-gothic-g20140319-e6dce21_GH0.tar.gz) = 1985687
(-)x11-fonts/league-gothic/pkg-descr (+3 lines)
Line 0 Link Here
1
A revival of an old classic, Alternate Gothic #1
2
3
WWW: https://www.theleagueofmoveabletype.com/league-gothic
(-)x11-fonts/league-gothic/pkg-plist (+5 lines)
Line 0 Link Here
1
%%DOCSDIR%%/readme.markdown
2
%%FONTSDIR%%/LeagueGothic-CondensedItalic.otf
3
%%FONTSDIR%%/LeagueGothic-CondensedRegular.otf
4
%%FONTSDIR%%/LeagueGothic-Italic.otf
5
%%FONTSDIR%%/LeagueGothic-Regular.otf

Return to bug 231304