340b57f8be
- 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).
22 lines
412 B
Makefile
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>
|