summaryrefslogtreecommitdiff
path: root/x11-fonts/mozilla-fonts/Makefile
blob: 29638b76d2748a20b861ab2f47437b51d71683c2 (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
# Ports collection makefile for:	mozilla-fonts
# Date created:				10 Mar 2000
# Whom:					dom@myrddin.demon.co.uk
#
# $FreeBSD$
#

PORTNAME=	mozilla-fonts
PORTVERSION=	1.0
CATEGORIES=	x11-fonts www
MASTER_SITES=	http://fox.mit.edu/skunk/xwin/
DISTNAME=	${PORTNAME}

MAINTAINER=	dom@myrddin.demon.co.uk

ALL_TARGET=	pcf

USE_X_PREFIX=	true

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/share/doc/mozilla-fonts
	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/mozilla-fonts
.endif
	@ ${CAT} ${PKGDIR}/DESCR

.include <bsd.port.mk>