17 lines
310 B
Makefile
17 lines
310 B
Makefile
# Created by: Pawel Worach
|
|
|
|
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>
|