72ea7e696b
With hat: portmgr Sponsored by: Absolight
17 lines
325 B
Makefile
17 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>
|