d58150d71c
add mkfontscale to RUN_DEPENDS
24 lines
428 B
Makefile
24 lines
428 B
Makefile
# New ports collection makefile for: mkfontdir
|
|
# Date Created: 28 Aug 2005
|
|
# Whom: Pawel Worach
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mkfontdir
|
|
PORTVERSION= 1.0.3
|
|
PORTREVISION= 1
|
|
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>
|