# Created by: Emanuel Haupt # $FreeBSD: head/x11-fonts/amigafonts/Makefile 562037 2021-01-19 09:32:33Z ehaupt $ 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