mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7acef1cd7a
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
28 lines
541 B
Makefile
28 lines
541 B
Makefile
# 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} ${DESCR}
|
|
|
|
.include <bsd.port.mk>
|