mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
cec82ed5ed
PR: 227069 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: maintainer's timeout (x11@FreeBSD.org; 31 days)
19 lines
293 B
Makefile
19 lines
293 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xlsfonts
|
|
PORTVERSION= 1.0.6
|
|
CATEGORIES= x11-fonts
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Server font list displayer for X
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= x11
|
|
|
|
PLIST_FILES= bin/xlsfonts man/man1/xlsfonts.1.gz
|
|
|
|
.include <bsd.port.mk>
|