blob: b7ed0bdca21f7d00a7c030a939d0f592a6ecf910 (
plain) (
tree)
|
|
# 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
BUILD_DEPENDS= bdftopcf:${X_CLIENTS_PORT}
USE_X_PREFIX= true
.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>
|