freebsd-ports/x11-fonts/sharefonts/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

32 lines
810 B
Makefile

# Created by: dburr@FreeBSD.org
PORTNAME= sharefonts
PORTVERSION= 0.10
PORTREVISION= 8
CATEGORIES= x11-fonts
MASTER_SITES= http://download.gimp.org/pub/%SUBDIR%/ \
ftp://ftp.sunet.se/pub/gnu/%SUBDIR%/ \
http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \
http://mirrors.xmission.com/gimp/%SUBDIR%/
MASTER_SITE_SUBDIR= gimp/fonts
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Collection of shareware ATM fonts from the CICA archives
# Converted from RESTRICTED
LICENSE= sharefonts
LICENSE_NAME= sharefonts
LICENSE_TEXT= Shareware: cannot be distributed without prior authorization
LICENSE_PERMS= auto-accept
NO_BUILD= yes
NO_ARCH= yes
SUB_FILES= pkg-message
USES= fonts
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKDIR}/sharefont/* ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>