1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/x11-fonts/mozilla-fonts/Makefile
Pietro Cerutti 75c0a857e3 - Fix BUILD_DEPENDS
PR:		121471
Submitted by:	Chess Griffin <chess@chessgriffin.com>
Approved by:	miwi (mentor)
2008-03-10 20:00:40 +00:00

31 lines
717 B
Makefile

# Ports collection makefile for: mozilla-fonts
# Date created: 10 Mar 2000
# Whom: dom@happygiraffe.net
#
# $FreeBSD$
#
PORTNAME= mozilla-fonts
PORTVERSION= 1.0
PORTREVISION= 4
CATEGORIES= x11-fonts www
MASTER_SITES= http://www.happygiraffe.net/dist/
MAINTAINER= ports@FreeBSD.org
COMMENT= Web fonts for Netscape/Mozilla
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
.include <bsd.port.pre.mk>
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/mozilla-fonts
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/mozilla-fonts
.endif
@ ${CAT} ${DESCR}
.include <bsd.port.post.mk>