freebsd-ports/x11-fonts/tv-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

41 lines
1.1 KiB
Makefile

# New ports collection makefile for: tv-fonts
# Date created: 19 June 2004
# Whom: Oliver Lehmann <lehmann@ans-netz.de>
#
# $FreeBSD$
#
PORTNAME= tv-fonts
PORTVERSION= 1.1
CATEGORIES= x11-fonts
MASTER_SITES= http://dl.bytesex.org/releases/${PORTNAME}/
MAINTAINER= oliver@FreeBSD.org
COMMENT= A number of fonts which are useful for TV applications
BUILD_DEPENDS= bdftopcf:${X_CLIENTS_PORT}
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_BZIP2= yes
FONTSDIR= ${PREFIX}/lib/X11/fonts/misc
FONTS= caption.pcf.gz captioni.pcf.gz led-iso10646-1.pcf.gz \
led-iso8859-1.pcf.gz led-iso8859-10.pcf.gz led-iso8859-13.pcf.gz \
led-iso8859-14.pcf.gz led-iso8859-15.pcf.gz led-iso8859-2.pcf.gz \
led-iso8859-3.pcf.gz led-iso8859-4.pcf.gz led-iso8859-5.pcf.gz \
led-iso8859-7.pcf.gz led-iso8859-8.pcf.gz led-iso8859-9.pcf.gz \
led-koi8-r.pcf.gz teletext1.pcf.gz teletext1i.pcf.gz \
teletext2.pcf.gz teletext2i.pcf.gz teletext4.pcf.gz \
teletext4i.pcf.gz
do-install:
@${MKDIR} ${FONTSDIR}
.for font in ${FONTS}
${INSTALL_DATA} ${WRKSRC}/${font} ${FONTSDIR}
.endfor
post-install:
@-${X11BASE}/bin/fc-cache -f -v ${FONTSDIR}
.include <bsd.port.mk>