mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
cd09c20e61
Update x11-fonts/font-util to 1.3.2 Switch to use USES=xorg-cat instead of home-grown solution. Changelog: https://lists.x.org/archives/xorg-announce/2019-August/003019.html
19 lines
322 B
Makefile
19 lines
322 B
Makefile
# Created by: Pawel Worach
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= font-util
|
|
PORTVERSION= 1.3.2
|
|
CATEGORIES= x11-fonts
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Create an index of X font files in a directory
|
|
|
|
LICENSE= BSD2CLAUSE MIT
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= xorg-cat:font
|
|
NOFONT= yes
|
|
|
|
.include <bsd.port.mk>
|