aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/amigafonts/Makefile
blob: e34ad1435034db6ee47b781fc7c92505aac8d0f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	amigafonts
PORTVERSION=	1.02
CATEGORIES=	x11-fonts

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Faithfully remade Amiga fonts

LICENSE=	GPLv3RLE+

USES=		fonts
USE_GITHUB=	yes
GH_ACCOUNT=	rewtnull
NO_ARCH=	yes
NO_BUILD=	yes

post-patch:
	@cd ${WRKSRC}/ttf && for i in `ls *.ttf`; do ${MV} $$i `echo $$i | \
		${SED} -e 's/_v1.0//;s/_/-/'`; done

do-install:
	${MKDIR} ${STAGEDIR}${FONTSDIR}
	${INSTALL_DATA} ${WRKSRC}/ttf/*.ttf ${STAGEDIR}${FONTSDIR}

.include <bsd.port.mk>