1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/x11-fonts/3270font/Makefile
Mateusz Piotrowski d8c75782f1 Update to 2.0.3
Reported by:	Repology
2020-02-01 12:09:49 +00:00

30 lines
616 B
Makefile

# $FreeBSD$
PORTNAME= 3270font
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.3
CATEGORIES= x11-fonts
MASTER_SITES= https://${PORTNAME}.s3.amazonaws.com/ \
https://github.com/rbanffy/${PORTNAME}/releases/download/${DISTVERSIONFULL}/
DISTNAME= 3270_fonts_2851f93
MAINTAINER= 0mp@FreeBSD.org
COMMENT= IBM 3270 font for the nostalgic
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= fonts zip
FONTNAME= 3270
NO_ARCH= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${FONTSDIR} "! -name LICENSE.txt"
.include <bsd.port.mk>