1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/x11-fonts/mozilla-fonts/Makefile
Felippe de Meirelles Motta ba1d0e62a8 - Fix reference to X11BASE in pkg-descr.
PR:		ports/127961
Submitted by:	Nick Hibma <nick@van-laarhoven.org>
Approved by:	maintainer timeout (>2 weeks)
2008-10-26 00:46:43 +00:00

30 lines
652 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} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.post.mk>