a8615f8714
XFREE86_VERSION is 4.
33 lines
647 B
Makefile
33 lines
647 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.myrddin.demon.co.uk/dist/
|
|
|
|
MAINTAINER= dom@happygiraffe.net
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${XFREE86_VERSION} == 4
|
|
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
|
|
.endif
|
|
|
|
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} ${DESCR}
|
|
|
|
.include <bsd.port.post.mk>
|