2000-05-01 04:35:14 +02:00
|
|
|
# Ports collection makefile for: mozilla-fonts
|
|
|
|
# Date created: 10 Mar 2000
|
2001-06-07 09:46:06 +02:00
|
|
|
# Whom: dom@happygiraffe.net
|
2000-05-01 04:35:14 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mozilla-fonts
|
|
|
|
PORTVERSION= 1.0
|
2008-03-10 21:00:40 +01:00
|
|
|
PORTREVISION= 4
|
2000-05-01 04:35:14 +02:00
|
|
|
CATEGORIES= x11-fonts www
|
2004-02-22 23:26:19 +01:00
|
|
|
MASTER_SITES= http://www.happygiraffe.net/dist/
|
2000-05-01 04:35:14 +02:00
|
|
|
|
2007-09-24 09:38:42 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 15:08:24 +01:00
|
|
|
COMMENT= Web fonts for Netscape/Mozilla
|
2000-05-01 04:35:14 +02:00
|
|
|
|
2008-03-10 21:00:40 +01:00
|
|
|
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
|
|
|
|
mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
|
|
|
|
mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
|
2002-06-23 19:49:14 +02:00
|
|
|
|
2002-05-18 18:28:04 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2000-05-01 04:35:14 +02:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/mozilla-fonts
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/mozilla-fonts
|
|
|
|
.endif
|
2000-10-08 12:23:48 +02:00
|
|
|
@ ${CAT} ${DESCR}
|
2000-05-01 04:35:14 +02:00
|
|
|
|
2002-05-18 18:28:04 +02:00
|
|
|
.include <bsd.port.post.mk>
|