mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
72ea7e696b
With hat: portmgr Sponsored by: Absolight
18 lines
325 B
Makefile
18 lines
325 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:x11-fonts/mkfontscale
|
|
|
|
XORG_CAT= app
|
|
|
|
PLIST_FILES= bin/mkfontdir man/man1/mkfontdir.1.gz
|
|
|
|
.include <bsd.port.mk>
|