blob: d0227db61725a00acae7fddb9ad9651aa1581dfc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PORTNAME= fstobdf
PORTVERSION= 1.0.6
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Generate BDF font from X font server
USES= xorg xorg-cat:app
USE_XORG= x11 libfs
PLIST_FILES= bin/fstobdf man/man1/fstobdf.1.gz
.include <bsd.port.mk>
|