2004-05-31 05:18:51 +02:00
|
|
|
# New ports collection makefile for: xorg-fonts-100dpi
|
|
|
|
# Date created: 30 May 2004
|
|
|
|
# Whom: anholt@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xorg-fonts-100dpi
|
2007-09-13 21:45:08 +02:00
|
|
|
PORTVERSION= 7.3
|
2004-05-31 05:18:51 +02:00
|
|
|
CATEGORIES= x11-fonts
|
2007-05-19 22:36:56 +02:00
|
|
|
MASTER_SITES= # none
|
|
|
|
DISTFILES= # none
|
|
|
|
EXTRACT_ONLY= # none
|
2004-05-31 05:18:51 +02:00
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
|
|
COMMENT= X.Org 100dpi bitmap fonts
|
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
RUN_DEPENDS= ${FONTDIR}/100dpi/courB08.pcf.gz:${PORTSDIR}/x11-fonts/font-adobe-100dpi \
|
|
|
|
${FONTDIR}/100dpi/UTBI__10.pcf.gz:${PORTSDIR}/x11-fonts/font-adobe-utopia-100dpi \
|
|
|
|
${FONTDIR}/100dpi/luBIS08.pcf.gz:${PORTSDIR}/x11-fonts/font-bh-100dpi \
|
|
|
|
${FONTDIR}/100dpi/lutBS08.pcf.gz:${PORTSDIR}/x11-fonts/font-bh-lucidatypewriter-100dpi \
|
|
|
|
${FONTDIR}/100dpi/charB08.pcf.gz:${PORTSDIR}/x11-fonts/font-bitstream-100dpi \
|
|
|
|
${FONTDIR}/encodings/encodings.dir:${PORTSDIR}/x11-fonts/encodings
|
2004-05-31 05:18:51 +02:00
|
|
|
|
|
|
|
CONFLICTS= XFree86-font100dpi-*
|
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
NO_BUILD= # none
|
|
|
|
FONTDIR= ${X11BASE}/lib/X11/fonts
|
2004-05-31 05:18:51 +02:00
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
do-install: # empty
|
2004-05-31 05:18:51 +02:00
|
|
|
|
2008-03-07 22:47:50 +01:00
|
|
|
.include <bsd.port.mk>
|