freebsd-ports/japanese/netscape-fonts/Makefile
Akinori MUSHA edcf8b3594 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.

Okay, 60% of `japanese' ports have been done. :)
2000-04-11 14:15:53 +00:00

29 lines
753 B
Makefile

# Ports collection makefile for: Japanese Font Setup for Netscape browsers
# Date created: 22 Jun 1998
# Whom: sada
#
# $FreeBSD$
#
PORTNAME= netscape-fonts
PORTVERSION= 1.0
CATEGORIES= japanese www x11-fonts
DISTFILES= # empty
MAINTAINER= sada@freebsd.org
RUN_DEPENDS= \
${PREFIX}/lib/X11/fonts/local/jpnhn4-iso.pcf.gz:${PORTSDIR}/japanese/elisa8x8 \
${PREFIX}/lib/X11/fonts/local/5x10B.pcf.gz:${PORTSDIR}/japanese/k10 \
${PREFIX}/lib/X11/fonts/local/knmhn12x.pcf.gz:${PORTSDIR}/japanese/k12 \
${PREFIX}/lib/X11/fonts/local/k20b.pcf.gz:${PORTSDIR}/japanese/kappa20
USE_X_PREFIX= yes
NO_BUILD= yes
do-install:
@${SETENV} PKG_PREFIX=${PREFIX} \
/usr/bin/perl ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>