2013-02-18 13:34:39 +01:00
|
|
|
# Created by: erich@FreeBSD.org
|
1999-08-31 05:04:38 +02:00
|
|
|
# $FreeBSD$
|
1996-08-16 15:38:34 +02:00
|
|
|
|
2000-04-10 02:44:43 +02:00
|
|
|
PORTNAME= freefonts
|
2001-02-05 22:02:14 +01:00
|
|
|
PORTVERSION= 0.10
|
2015-03-22 00:05:19 +01:00
|
|
|
PORTREVISION= 7
|
1998-08-08 00:43:13 +02:00
|
|
|
CATEGORIES= x11-fonts
|
2014-05-18 13:48:39 +02:00
|
|
|
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%/
|
2004-01-29 22:35:52 +01:00
|
|
|
MASTER_SITE_SUBDIR= gimp/fonts
|
1996-08-16 15:38:34 +02:00
|
|
|
|
2001-01-31 21:22:04 +01:00
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
2014-01-08 14:22:46 +01:00
|
|
|
COMMENT= Collection of ATM fonts (not all free) from the CICA archives
|
1996-08-16 15:38:34 +02:00
|
|
|
|
2015-03-19 18:52:53 +01:00
|
|
|
USES= fonts
|
|
|
|
|
2003-08-03 01:26:52 +02:00
|
|
|
BUILD_DEPENDS= type1inst:${PORTSDIR}/x11-fonts/p5-type1inst
|
|
|
|
|
2014-05-11 15:25:12 +02:00
|
|
|
# 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")
|
|
|
|
|
|
|
|
RESTRICTED= License prohibits redistribution; see individual .license files
|
2014-05-13 14:26:18 +02:00
|
|
|
|
1996-08-17 12:59:08 +02:00
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
|
2003-08-03 01:26:52 +02:00
|
|
|
do-build:
|
|
|
|
@cd ${WRKSRC}/freefont && ${LOCALBASE}/bin/type1inst -silent -quiet -nolog >/dev/null 2>&1
|
|
|
|
@${RM} ${WRKSRC}/freefont/Fontmap.bak
|
|
|
|
|
|
|
|
do-install:
|
2015-03-19 18:52:53 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/freefont/* ${STAGEDIR}${FONTSDIR}
|
1996-08-16 15:38:34 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|