1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/japanese/netscape-fonts/Makefile
Satoshi Asami c9c2bdc4f5 Font setup for Japanese netscape. Doesn't install anything itself,
so there's no checksum file.

I changed the following from the PR submission:

 @ Removed files/ dir completely, all it contained was an empty md5 file
   and author's comments (keep that on your machine please :)

 @ Added "/usr/bin/perl" in front of pkg/INSTALL in post-install, so
   it will work even if the user doesn't get the file over a permission-
   preserving medium (e.g., ftp)

 @ I think that's all.

PR:		8188 (part)
Submitted by:	sada@e-mail.ne.jp
1998-10-09 04:09:45 +00:00

27 lines
582 B
Makefile

# Ports collection makefile for: Japanese Font Setup for Netscape browsers
# Version required: 1.0
# Date created: 22 Jun 1998
# Whom: sada
#
# $Id$
#
DISTNAME= ja-netscape-fonts-1.0
CATEGORIES= japanese www x11-fonts
DISTFILES= # empty
MAINTAINER= sada@e-mail.ne.jp
RUN_DEPENDS= \
${PREFIX}/lib/X11/k12:${PORTSDIR}/japanese/k12 \
${PREFIX}/lib/X11/fonts/misc/5x10B.pcf.Z:${PORTSDIR}/japanese/k10
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>