aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts/mozilla-fonts/Makefile
blob: e059d07db9d9f746e9125491a4ae1a95212ffe68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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.myrddin.demon.co.uk/dist/

MAINTAINER= dom@happygiraffe.net

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>