2002-04-09 11:20:56 +02:00
|
|
|
# Ports collection makefile for: Japanese Font Setup
|
1998-10-09 06:09:45 +02:00
|
|
|
# Date created: 22 Jun 1998
|
|
|
|
# Whom: sada
|
|
|
|
#
|
1999-08-25 07:28:01 +02:00
|
|
|
# $FreeBSD$
|
1998-10-09 06:09:45 +02:00
|
|
|
#
|
|
|
|
|
2002-04-09 11:05:22 +02:00
|
|
|
PORTNAME= alias-fonts
|
2000-04-11 16:15:53 +02:00
|
|
|
PORTVERSION= 1.0
|
2011-09-19 16:45:01 +02:00
|
|
|
PORTREVISION= 7
|
2002-04-09 11:05:22 +02:00
|
|
|
CATEGORIES= japanese x11-fonts
|
2011-08-15 09:03:55 +02:00
|
|
|
MASTER_SITES= # empty
|
1998-10-09 06:09:45 +02:00
|
|
|
DISTFILES= # empty
|
|
|
|
|
2005-05-03 11:33:32 +02:00
|
|
|
MAINTAINER= koma2@lovepeers.org
|
2003-02-21 13:35:09 +01:00
|
|
|
COMMENT= A meta-port which setups Japanese fonts
|
1998-10-09 06:09:45 +02:00
|
|
|
|
2002-04-09 11:05:22 +02:00
|
|
|
RUN_DEPENDS= \
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
${FONTSDIR}/jpnhn4-iso.pcf.gz:${PORTSDIR}/japanese/elisa8x8 \
|
|
|
|
${FONTSDIR}/5x10B.pcf.gz:${PORTSDIR}/japanese/k10 \
|
2009-05-31 11:19:10 +02:00
|
|
|
${LOCALBASE}/share/font-shinonome/shnmk12.pcf.gz:${PORTSDIR}/japanese/font-shinonome \
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
${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
|
|
|
|
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
|
|
|
|
mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
|
|
|
|
mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
|
1998-10-09 06:09:45 +02:00
|
|
|
|
2002-04-09 11:05:22 +02:00
|
|
|
NO_BUILD= yes
|
2000-09-12 13:08:05 +02:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
FONTSDIR= ${LOCALBASE}/lib/X11/fonts/local
|
1998-10-09 06:09:45 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${SETENV} PKG_PREFIX=${PREFIX} \
|
2011-08-15 09:03:55 +02:00
|
|
|
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
1998-10-09 06:09:45 +02:00
|
|
|
|
2004-07-23 21:10:32 +02:00
|
|
|
.include <bsd.port.mk>
|