14690bd136
Replace one line pkg-plist with PLIST_FILES. PR: ports/113590 Submitted by: chinsan
20 lines
352 B
Makefile
20 lines
352 B
Makefile
# New ports collection makefile for: mkfontdir
|
|
# Date Created: 28 Aug 2005
|
|
# Whom: Pawel Worach
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mkfontdir
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= x11-fonts
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Create an index of X font files in a directory
|
|
|
|
XORG_CAT= app
|
|
|
|
PLIST_FILES= bin/mkfontdir
|
|
MAN1= mkfontdir.1
|
|
|
|
.include <bsd.port.mk>
|