1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11-fonts/mozilla-fonts/Makefile
Satoshi Asami 7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00

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>