summaryrefslogtreecommitdiff
path: root/japanese/alias-fonts/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-10-09 04:09:45 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-10-09 04:09:45 +0000
commitc9c2bdc4f50330d868749192147cbbf94bd0c524 (patch)
tree6a92c932148ee54e507327aebaeb75b69c83f4ab /japanese/alias-fonts/Makefile
parentRemove empty directory on deinstall. (diff)
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
Notes
Notes: svn path=/head/; revision=13772
Diffstat (limited to 'japanese/alias-fonts/Makefile')
-rw-r--r--japanese/alias-fonts/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/japanese/alias-fonts/Makefile b/japanese/alias-fonts/Makefile
new file mode 100644
index 000000000000..2a23287ad515
--- /dev/null
+++ b/japanese/alias-fonts/Makefile
@@ -0,0 +1,26 @@
+# 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>