xref: /mports/x11-fonts/amigafonts/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PORTNAME=	amigafonts
2PORTVERSION=	1.02
3CATEGORIES=	x11-fonts
4
5MAINTAINER=	ports@MidnightBSD.org
6COMMENT=	Faithfully remade Amiga fonts
7WWW=		https://github.com/rewtnull/amigafonts
8
9LICENSE=	gpl3+
10
11USES=		fonts
12USE_GITHUB=	yes
13GH_ACCOUNT=	rewtnull
14NO_ARCH=	yes
15NO_BUILD=	yes
16
17post-patch:
18	@cd ${WRKSRC}/ttf && for i in `ls *.ttf`; do ${MV} $$i `echo $$i | \
19		${SED} -e 's/_v1.0//;s/_/-/'`; done
20
21do-install:
22	${MKDIR} ${FONTSDIR}
23	${INSTALL_DATA} ${WRKSRC}/ttf/*.ttf ${FONTSDIR}
24
25.include <bsd.port.mk>
26

served by {OpenGrok

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