aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts/font-util/Makefile
blob: 3856a8376da4e5fd4cfa97d481b917651799926b (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.0
PORTREVISION=   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}/lib/X11/fonts

.include <bsd.port.mk>