aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/freefonts/Makefile
blob: 277b010b32490a33562910937a789c01ceb71cb8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Created by: erich@FreeBSD.org

PORTNAME=	freefonts
PORTVERSION=	0.10
PORTREVISION=	10
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 ATM fonts (not all free) from the CICA archives

# Some of the fonts are shareware. Some are freeware. Permission must
# be obtained before distributing at least four (mazama.license,
# muriel.license, roosthea.license, shf_____.license). Two have
# inconsistent licenses (tempofon.license and tempoita.license say
# "placed into the public domain and may [not be] sold")
# Converted from RESTRICTED
LICENSE=	freefont
LICENSE_NAME=	freefont
LICENSE_TEXT=	License prohibits redistribution; see individual .license files
LICENSE_PERMS=	auto-accept

BUILD_DEPENDS=	type1inst:x11-fonts/p5-type1inst

NO_ARCH=	yes
SUB_FILES=	pkg-message
USES=		fonts

NO_WRKSUBDIR=	yes

do-build:
	@cd ${WRKSRC}/freefont && ${LOCALBASE}/bin/type1inst -silent -quiet -nolog >/dev/null 2>&1
	@${RM} ${WRKSRC}/freefont/Fontmap.bak

do-install:
	@${MKDIR} ${STAGEDIR}${FONTSDIR}
	${INSTALL_DATA} ${WRKSRC}/freefont/* ${STAGEDIR}${FONTSDIR}

.include <bsd.port.mk>