diff options
author | kwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2012-06-07 22:02:21 +0800 |
---|---|---|
committer | kwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2012-06-07 22:02:21 +0800 |
commit | ed3f1e0df3323d861c9e8c5bc15c7d3cc1554752 (patch) | |
tree | 34d76eaeea027f0b2caef2485cb01578dac329ff /x11-fonts/xorg-fonts-100dpi/Makefile | |
parent | 1f0c88a11a23abc03a9e8759c6d47803d114f83c (diff) | |
download | xorg-devel-ports-ed3f1e0df3323d861c9e8c5bc15c7d3cc1554752.tar xorg-devel-ports-ed3f1e0df3323d861c9e8c5bc15c7d3cc1554752.tar.gz xorg-devel-ports-ed3f1e0df3323d861c9e8c5bc15c7d3cc1554752.tar.bz2 xorg-devel-ports-ed3f1e0df3323d861c9e8c5bc15c7d3cc1554752.tar.lz xorg-devel-ports-ed3f1e0df3323d861c9e8c5bc15c7d3cc1554752.tar.xz xorg-devel-ports-ed3f1e0df3323d861c9e8c5bc15c7d3cc1554752.tar.zst xorg-devel-ports-ed3f1e0df3323d861c9e8c5bc15c7d3cc1554752.zip |
Add xorg-fonts sub meta ports and bump em to the new version.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@518 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'x11-fonts/xorg-fonts-100dpi/Makefile')
-rw-r--r-- | x11-fonts/xorg-fonts-100dpi/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/x11-fonts/xorg-fonts-100dpi/Makefile b/x11-fonts/xorg-fonts-100dpi/Makefile new file mode 100644 index 0000000..0a8d19d --- /dev/null +++ b/x11-fonts/xorg-fonts-100dpi/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: xorg-fonts-100dpi +# Date created: 30 May 2004 +# Whom: anholt@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= xorg-fonts-100dpi +PORTVERSION= 7.7 +CATEGORIES= x11-fonts +MASTER_SITES= # none +DISTFILES= # none +EXTRACT_ONLY= # none + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org 100dpi bitmap fonts + +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 + +CONFLICTS= XFree86-font100dpi-* + +NO_BUILD= # none +FONTDIR= ${LOCALBASE}/lib/X11/fonts + +do-install: # empty + +.include <bsd.port.mk> |