2004-05-31 05:21:30 +02:00
|
|
|
# New ports collection makefile for: xorg-fonts-miscbitmaps
|
|
|
|
# Date created: 30 May 2004
|
|
|
|
# Whom: anholt@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xorg-fonts-miscbitmaps
|
2009-01-23 17:28:36 +01:00
|
|
|
PORTVERSION= 7.4
|
2004-05-31 05:21:30 +02:00
|
|
|
CATEGORIES= x11-fonts
|
2007-05-19 22:36:56 +02:00
|
|
|
MASTER_SITES= # none
|
|
|
|
DISTFILES= # none
|
2004-05-31 05:21:30 +02:00
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
|
|
COMMENT= X.Org miscellaneous bitmap fonts
|
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
RUN_DEPENDS= ${FONTDIR}/misc/arabic24.pcf.gz:${PORTSDIR}/x11-fonts/font-arabic-misc \
|
|
|
|
${FONTDIR}/misc/cursor.pcf.gz:${PORTSDIR}/x11-fonts/font-cursor-misc \
|
|
|
|
${FONTDIR}/misc/hanglg16.pcf.gz:${PORTSDIR}/x11-fonts/font-daewoo-misc \
|
|
|
|
${FONTDIR}/misc/deccurs.pcf.gz:${PORTSDIR}/x11-fonts/font-dec-misc \
|
|
|
|
${FONTDIR}/misc/gb16fs.pcf.gz:${PORTSDIR}/x11-fonts/font-isas-misc \
|
|
|
|
${FONTDIR}/misc/jiskan16.pcf.gz:${PORTSDIR}/x11-fonts/font-jis-misc \
|
|
|
|
${FONTDIR}/misc/micro.pcf.gz:${PORTSDIR}/x11-fonts/font-micro-misc \
|
|
|
|
${FONTDIR}/misc/10x20-ISO8859-1.pcf.gz:${PORTSDIR}/x11-fonts/font-misc-misc \
|
|
|
|
${FONTDIR}/misc/cu-alt12.pcf.gz:${PORTSDIR}/x11-fonts/font-mutt-misc \
|
|
|
|
${FONTDIR}/misc/clB6x10.pcf.gz:${PORTSDIR}/x11-fonts/font-schumacher-misc \
|
|
|
|
${FONTDIR}/misc/12x24.pcf.gz:${PORTSDIR}/x11-fonts/font-sony-misc \
|
|
|
|
${FONTDIR}/misc/olcursor.pcf.gz:${PORTSDIR}/x11-fonts/font-sun-misc \
|
|
|
|
${FONTDIR}/encodings/encodings.dir:${PORTSDIR}/x11-fonts/encodings
|
2004-05-31 05:21:30 +02:00
|
|
|
|
|
|
|
CONFLICTS= XFree86-fontDefaultBitmaps-*
|
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
NO_BUILD= # none
|
- 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
|
|
|
FONTDIR= ${LOCALBASE}/lib/X11/fonts
|
2004-05-31 05:21:30 +02:00
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
do-install: # empty
|
2004-05-31 05:21:30 +02:00
|
|
|
|
2008-03-07 22:47:50 +01:00
|
|
|
.include <bsd.port.mk>
|