1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/x11-fonts/font-util/Makefile
Niclas Zeising cd09c20e61 x11-fonts/font-util: Update to 1.3.2
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
2019-08-26 13:36:15 +00:00

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>