freebsd-ports/x11-fonts/mkfontdir/Makefile
Florent Thoumie 340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +00:00

22 lines
412 B
Makefile

# New ports collection makefile for: mkfontdir
# Date Created: 28 Aug 2005
# Whom: Pawel Worach
#
# $FreeBSD$
#
PORTNAME= mkfontdir
PORTVERSION= 1.0.4
CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
COMMENT= Create an index of X font files in a directory
RUN_DEPENDS= mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
XORG_CAT= app
PLIST_FILES= bin/mkfontdir
MAN1= mkfontdir.1
.include <bsd.port.mk>