blob: f2b5bd195764c57666453c5a40855e7a1bbba1be (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $FreeBSD$
PORTNAME= xfontsel
PORTVERSION= 1.0.5
CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
COMMENT= Point and click selection of X11 font names
XORG_CAT= app
USE_XORG= xt xaw xorg-macros
MAN1= xfontsel.1
.include <bsd.port.mk>
|