diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-08 08:09:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-08 08:09:48 +0000 |
commit | af9b1f4cf787563610a5ce6b2e599d62a1fb0fa5 (patch) | |
tree | 7deb1155ba900c47e1dc1bf3ddfc498c6f31e1bc /x11-fonts/tv-fonts | |
parent | 152f85b3aa2d901472ec7ad1e875d8e72b8c8561 (diff) |
Notes
Diffstat (limited to 'x11-fonts/tv-fonts')
-rw-r--r-- | x11-fonts/tv-fonts/Makefile | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/x11-fonts/tv-fonts/Makefile b/x11-fonts/tv-fonts/Makefile index d3c084124da0..07498024140c 100644 --- a/x11-fonts/tv-fonts/Makefile +++ b/x11-fonts/tv-fonts/Makefile @@ -14,6 +14,13 @@ 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:${PORTSDIR}/x11-fonts/bdftopcf \ + mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ + mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale +RUN_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ + mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ + mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale + USE_GMAKE= yes USE_BZIP2= yes @@ -27,18 +34,6 @@ FONTS= caption.pcf.gz captioni.pcf.gz led-iso10646-1.pcf.gz \ teletext2.pcf.gz teletext2i.pcf.gz teletext4.pcf.gz \ teletext4i.pcf.gz -.include <bsd.port.pre.mk> - -.if ${X_WINDOW_SYSTEM:L} != xorg -BUILD_DEPENDS+= bdftopcf:${X_CLIENTS_PORT} -.else -BUILD_DEPENDS+= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ - mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ - mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale -.endif - -RUN_DEPENDS= ${BUILD_DEPENDS} - do-install: @${MKDIR} ${FONTSDIR} .for font in ${FONTS} @@ -48,5 +43,4 @@ do-install: post-install: @-${X11BASE}/bin/fc-cache -f -v ${FONTSDIR} -.include <bsd.port.post.mk> - +.include <bsd.port.mk> |