mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
20 lines
346 B
Makefile
20 lines
346 B
Makefile
# Created by: Pawel Worach
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mkfontdir
|
|
PORTVERSION= 1.0.7
|
|
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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|