mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
c9c2bdc4f5
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
27 lines
582 B
Makefile
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>
|