1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/x11-fonts/manu-gothica/Makefile
Mathieu Arnold 3505159e72
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.

RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept

Differential Revision:  https://reviews.freebsd.org/D30010
2021-05-06 13:47:48 +02:00

39 lines
825 B
Makefile

# Created by: heiner Eichmann <h.eichmann@gmx.de>
PORTNAME= manu-gothica
DISTVERSION= 0
PORTREVISION= 5
CATEGORIES= x11-fonts
MASTER_SITES= http://www.bryld.dk/filer/ \
http://www.kswla.org/KATG%20Page%20Files/
DISTNAME= manugot19
EXTRACT_SUFX= .ttf
MAINTAINER= ports@FreeBSD.org
COMMENT= Old German blackletter handwriting (Suetterlin)
# Converted from RESTRICTED
LICENSE= manu-gothica
LICENSE_NAME= manu-gothica
LICENSE_TEXT= The font is free for personal use
LICENSE_PERMS= auto-accept
USES= fonts
FONTNAME= TTF
EXTRACT_CMD= ${CP}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= ${WRKSRC}
NO_BUILD= yes
NO_WRKSUBDIR= yes
NO_ARCH= yes
PLIST_FILES= ${FONTSDIR}/manugot19.ttf
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} manugot19.ttf \
${STAGEDIR}${FONTSDIR})
.include <bsd.port.mk>