freebsd-ports/japanese/alias-fonts/Makefile
Eric Anholt 4eb209da7d - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it.  XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
  on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.

PR:		ports/68763
Approved by:	portmgr (marcus)
Approved by:	re (scottl)
2004-07-23 19:10:32 +00:00

35 lines
961 B
Makefile

# Ports collection makefile for: Japanese Font Setup
# Date created: 22 Jun 1998
# Whom: sada
#
# $FreeBSD$
#
PORTNAME= alias-fonts
PORTVERSION= 1.0
CATEGORIES= japanese x11-fonts
DISTFILES= # empty
MAINTAINER= koma2@jiro.c.u-tokyo.ac.jp
COMMENT= A meta-port which setups Japanese fonts
RUN_DEPENDS= \
${FONTSDIR}/jpnhn4-iso.pcf.gz:${PORTSDIR}/japanese/elisa8x8 \
${FONTSDIR}/5x10B.pcf.gz:${PORTSDIR}/japanese/k10 \
${FONTSDIR}/shnmk12.pcf.gz:${PORTSDIR}/japanese/shinonome \
${FONTSDIR}/kanji18.pcf.gz:${PORTSDIR}/japanese/kanji18 \
${FONTSDIR}/k20b.pcf.gz:${PORTSDIR}/japanese/kappa20 \
${FONTSDIR}/kanji26.pcf.gz:${PORTSDIR}/japanese/kanji26 \
${FONTSDIR}/K12-1.pcf.gz:${PORTSDIR}/japanese/jisx0213-fonts \
mkfontdir:${X_CLIENTS_PORT}
NO_BUILD= yes
USE_X_PREFIX= yes
FONTSDIR= ${X11BASE}/lib/X11/fonts/local
do-install:
@${SETENV} PKG_PREFIX=${PREFIX} \
${PERL} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>