mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
d8c75782f1
Reported by: Repology
30 lines
616 B
Makefile
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>
|