aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/showfont/Makefile
blob: 03d845d0cdbe3ff193eb3223196034c8901d7bc6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	showfont
PORTVERSION=	1.0.5
PORTREVISION=	1
CATEGORIES=	x11-fonts

MAINTAINER=	x11@FreeBSD.org
COMMENT=	Font dumper for the X font server
WWW=		https://www.x.org/

USES=		xorg xorg-cat:app
USE_XORG=	libfs xorgproto

GNU_CONFIGURE_MANPREFIX=${PREFIX}/share

PLIST_FILES=	bin/showfont share/man/man1/showfont.1.gz

.include <bsd.port.mk>