1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/x11-fonts/mozilla-fonts/Makefile
Clement Laforet ff83219f04 - Fix MASTER_SITES
PR:             63235
Submitted by:   Dominic Mitchell <dom@happygiraffe.net> (maintainer)
2004-02-22 22:26:19 +00:00

34 lines
684 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= 1
CATEGORIES= x11-fonts www
MASTER_SITES= http://www.happygiraffe.net/dist/
MAINTAINER= dom@happygiraffe.net
COMMENT= Web fonts for Netscape/Mozilla
USE_X_PREFIX= true
.include <bsd.port.pre.mk>
.if ${XFREE86_VERSION} == 4
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
.endif
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>