diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-10-09 04:09:45 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-10-09 04:09:45 +0000 |
commit | c9c2bdc4f50330d868749192147cbbf94bd0c524 (patch) | |
tree | 6a92c932148ee54e507327aebaeb75b69c83f4ab /japanese/alias-fonts/Makefile | |
parent | df5822f3274f31c17762777a6d25f6c90f7e888d (diff) | |
download | ports-c9c2bdc4f50330d868749192147cbbf94bd0c524.tar.gz ports-c9c2bdc4f50330d868749192147cbbf94bd0c524.zip |
Notes
Diffstat (limited to 'japanese/alias-fonts/Makefile')
-rw-r--r-- | japanese/alias-fonts/Makefile | 26 |
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> |