aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts/font-util/Makefile
blob: 513794998f7ad72fa2040d10947b8f5b800ad1db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Pawel Worach
# $FreeBSD$

PORTNAME=   font-util
PORTVERSION=    1.3.1
MASTER_SITES=   XORG/individual/font

CATEGORIES= x11-fonts

MAINTAINER= x11@FreeBSD.org
COMMENT=    Create an index of X font files in a directory

USES=       pathfix tar:bzip2
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-fontrootdir=${PREFIX}/share/fonts

.include <bsd.port.mk>