mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
8d4fe7cd07
A big Thank You to the original contributors of these ports: * Aaron Dalton <aaron@FreeBSD.org> * Alexey Dokuchaev <danfe@FreeBSD.org> * Alexey Illarionov <littlesavage@rambler.ru> * Andreas Kohn <andreas@syndrom23.de> * Andrew Pantyukhin <infofarmer@FreeBSD.org> * Ashish Shukla <wahjava@gmail.com> * Babak Farrokhi <babak@farrokhi.net> * Björn König <bkoenig@alpha-tierchen.de> * Brett Taylor * Dave Cottlehuber <dch@skunkwerks.at> * Dejan Lesjak <lesi@FreeBSD.org> * Dennis Herrmann <adox@mcx2.org> * Dominic Marks <dominic.marks@btinternet.com> * Dryice Liu <dryice@liu.com.cn> * Emanuel Haupt <ehaupt@FreeBSD.org> * Eric Anholt <anholt@FreeBSD.org> * Florian Limberger <flo@snakeoilproductions.net> * Guerkan Senguen <gurkan@phys.ethz.ch> * Gvozdikov Veniamin <g.veniamin@googlemail.com> * Herbert J. Skuhra <herbert.skuhra@gmx.at> * Horia Racoviceanu <horia@racoviceanu.com> * Ilya A. Arkhipov <rum1cro@yandex.ru> * Joe Marcus Clarke <marcus@FreeBSD.org> * Johannes Lundberg <johalun0@gmail.com> * Jordan Irwin <antumdeluge@gmail.com> * KOMATSU Shinichiro * Kevin Lo <kevlo@FreeBSD.org> * Konstantinos Konstantinidis <kkonstan@daemon.gr> * Koop Mast <kwm@FreeBSD.org> * Kuan-Chung Chiu <buganini@gmail.com> * Leland Wang <llwang@infor.org> * Lowell Gilbert <lgfbsd@be-well.ilk.org> * Manuel Giraud <manuel.giraud@gmail.com> * Marcin Cieslak <saper@SYSTEM.PL> * Masaki TAGAWA <masaki@club.kyutech.ac.jp> * Mateusz Piotrowski <0mp@FreeBSD.org> * Matt Lancereau <matt@rimasec.net> * Matthew Seaman * Maxim Sobolev <sobomax@FreeBSD.org> * Michael Hsin <mhsin@mhsin.org> * Michael Johnson <ahze@FreeBSD.org> * NAKATA, Maho <maho@FreeBSD.org> * Naresh Venkateshappa <nareshov@gmail.com> * Norberto Lopes <nlopes.ml@gmail.com> * Oliver Lehmann <lehmann@ans-netz.de> * Olivier Duchateau <duchateau.olivier@gmail.com> * Pawel Worach * Pedro Giffuni * Pete Fritchman <petef@databits.net> * Piotr Kubaj <pkubaj@FreeBSD.org> * Piotr Kubaj <pkubaj@anongoth.pl> * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Rusmir Dusko <nemysis@FreeBSD.org> * Satoshi TAOKA <taoka@FreeBSD.org> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Thierry Thomas <thierry@pompo.net> * Winston Weinert <winstonw@lavabit.com> * Yoshihiko Sarumaru <mistral@imasy.or.jp> * Zhihao Yuan <lichray@gmail.com> * arrowd <6yearold@gmail.com> * bf <bf@FreeBSD.org> * dburr@FreeBSD.org * erich@FreeBSD.org * giffunip@asme.org * heiner Eichmann <h.eichmann@gmx.de> * mi@aldan.algebra.com * nork@FreeBSD.org * past@ebs.gr * trevor With hat: portmgr
42 lines
1.3 KiB
Makefile
42 lines
1.3 KiB
Makefile
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>
|